Open AbhiTaker opened 1 week ago
Hi! Thanks for submitting this issue. Do you think you could provide the dashboard JSON of a dashboard that's exhibiting this problem? Tried reproducing using the instructions you provided, but I was unable to reproduce the issue.
Do you think you could provide the dashboard JSON of a dashboard that's exhibiting this problem?
@kaydelaney Yes, I've attached a basic node exporter dashboard which has these added variables. Thanks for looking. Let me know if you need anything else.
What happened?
We have dashboards with a templated label name and value, declared as variables like this:
These variables are used in panel queries in the following way:
rate(container_cpu_cfs_throttled_periods_total{$label_name="$label_value"})
This setup was functioning as expected, but after upgrading from Grafana 11.1.5 to 11.3.0, all dashboard panels stopped displaying data. Could we investigate the cause of this regression?
What did you expect to happen?
Working Panels with Data
Did this work before?
Yes, It worked in the Grafana version 11.1.5
How do we reproduce it?
label_name
andlabel_value
, and include them in the queries label set like this:{$label_name="$label_value"
}.Is the bug inside a dashboard panel?
No response
Environment (with versions)?
Grafana: 11.3.0
Grafana platform?
Kubernetes
Datasource(s)?
No response