When defining variables and repeating panels for those variables, it only works when used in simple form - comma separated values. When the variables are defined as key : value
pairs, the repeat option does not work - i.e. the panels are not repeated.
Steps to reproduce :
- Create a new custom variable “var1” - set the value to be key value pair. e.g.
a : foo, b : bar, c : baz
- Create a new panel and select repeat for variable “var1”.
- The repeat function does not work - even after saving the dashboard and refreshing.
- If we change the variable values to be
a, b, c
and then refresh, the repeat works - panels for b and c are created.
Grafana Version: Grafana v9.5.6