Hello,
I’m very new to Grafana and I have watched some basic YT videos for beginners. They were quite helpful to get started.
However I have come across to a problem that was already discussed before, but was not able to find a proper solution.
I’m using influxdb and there is some process that regularly writes data to database together with timestamp. I use this data and show on a Dahsboard on Timeseries panel
The analog value I’m recording is in the range between -100 to 100 and I want to add the following tresholds: >80 yellow, >90 red, but also <-80 yellow and <-90 red. It seems that Treshold options are only above certain treshold and not below. Of course I’m able to mimic what I want by changing base color, but I feel this is not the right way, it is a bit of a workaround.
The query I use is:
SELECT “channel_01” FROM “tank_readings” order by time
Is there a way to add threshold and then in some config file or json define > or <?