You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some string metric (which is actually string representation of date) and want just show last value of it on dashboard. So I use 'Single stat' graph with query:
SELECT last(value) FROM"my_serie"
Grafana always shows just "0", but if I run these query in InfluxDB web interface I got my result:
time last
1970-01-01T00:00:00Z 2015-06-20
InfluxDB ver 0.9
Grafana latest ~11 June
The text was updated successfully, but these errors were encountered:
Hi,
I have some string metric (which is actually string representation of date) and want just show last value of it on dashboard. So I use 'Single stat' graph with query:
Grafana always shows just "0", but if I run these query in InfluxDB web interface I got my result:
InfluxDB ver 0.9
Grafana latest ~11 June
The text was updated successfully, but these errors were encountered: