Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

Display String Data #126

Open syedsfayaz opened 5 years ago

syedsfayaz commented 5 years ago

I was able to get the Status panel working with MySql Database. But I have one issue.

In my table all columns datatype are INT except one i.e is string. I am not able to display the string value for that column. My sql statement is right and I am able to see data when i run query on database. But in Grafana panel I'm unable to see that data for this particular string column. Any help is appreciated.

NOTE: I am trying to display the build status, Build number and Environment name i.e string in the results. I am able to display Buildstatus & build number both are integers not the environment name as its string value.

phgogo commented 4 years ago

Same issue here!