Hi everyone,
just a short question. Is there any way to use grafana variables as a threshold?
Example:
I got a 3 variable with var1: Threshold1 containing: 0,100,200,300
var2: Threshold2 containing: 400,500,600,700
var3: Threshold3 containing: 800,900,1000,1100
Inside my GrafanCloud v.8.5.2 on my Linux machine i tried this:
but i wont work for me.
Greetings
Graf
1 Like
Does this comment from Torkel in this Grafana Issue thread help fix your issue?
opened 09:36AM - 10 Oct 14 UTC
closed 07:13AM - 15 Jun 22 UTC
type/feature-request
area/panel/graph
area/dashboard/templating
Hi @torkelo , I'm missing variable thresholds levels per dashboard template
Sup… pose I'm designing a product dashboard template (apache web server by example) , and I need watch when response time is greater than a threshold.
While the dashboard is the same , we can switch to other instances with variables , but response time ( if it is good or not ) it depends on the backend which real process the ( can be an application server, can be static html or perhaps a LAMP server) , in each case the thresholds will differ a lot.
Also would be a good idea to map this thresholds ( 2 digits) with one of the variables in the template (instance name ) by example.
I was trying to do something very similar, and it helped me get where I wanted