I am using Grafana
to create a dashboard where my data source is SQL Server
and the threshold I would like is either:
A Dashboard variable.
String value from a column
I have created a variable that queries the DB and updates the variable: $UpperLimit
. And is it possible to use that variable as threshold values for coloring purpose?
Or is it possible to use Strings
(Regexs
) for Thresholds?
[low, medium, high]
which would then color the cell [green, orange, red]