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 a boolean value that changes sometimes. I want to show that value as annotation on grafana's dashboard.
My query looks like
SELECT "value", "interface" FROM "Interface | Status | Oper" WHERE "object" =~ /^myswitch$/ AND "interface" =~ /^GigabitEthernet1\/0\/13$/ AND time > xxxx and time < xxxx
Hi! We try and keep GitHub Issues for actionable bug reports or feature requests. Please send general questions to the influxdb@googlegroups.com mailing list.
Hi!
I have a boolean value that changes sometimes. I want to show that value as annotation on grafana's dashboard.
My query looks like
and data looks like
how i can show only time when value is changed?
The text was updated successfully, but these errors were encountered: