Not sure what I’m doing wrong, but I cannot get a repeating row variable to work…
I’m using Grafana 8.4.4 via docker, and have set-up a repeating row on a variable (node).
Using that repeating row variable in the panel title (${node}) works, but using it in the query itself returns no results.
If I replace node_cpu_seconds_total{instance="${node}"} with node_cpu_seconds_total{instance="192.168.30.103:9100"}, then the query works, so I’m not sure why it isn’t picking up the desired result when using ${node}.

