Hi, I have data stored in influxdb with boolean values (vs number). Is there any way to graph boolean values from influxdb in grafana? A simple line that displayed 0 for false, and 1 for true would be adequate so I could see the changes over time.
Thanks, Cliff
Hi,
Seems like a limitation in influxdb.
Marcus
Cliff,
Here’s a possible plugin option…
Thoughts?
Blake
Hi Blake,
Looks interesting. Do you see any evidence that it works with influxdb bools?
Thus far, I’ve been storing bools in influx as 0/1, so I can so something with them in Grafana. Would be nice to be able to use bools.
Cliff