- What Grafana version and what operating system are you using?
Grafana 7 (I believe) on Linux
- What are you trying to achieve?
I’m aiming to display several graphs of different time series on the same panel using a variable. I want to make it so that selecting multiple values for this variable (ex: cpuLoad, cpuTemperature) is possible and that the corresponding graphs appear on the panel.
I actually found an example of what I’m trying to achieve:
https://play.grafana.org/d/000000056/templated-dynamic-dashboard?orgId=1&var-app=country&var-server=All&var-interval=30m
But I don’t understand how its being done. Maybe it is important to note that I am using SQLite as a database.
- What happened?
When I select more than one value for the variable I can see the grid on the panel but no graphs.
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No errors
Thank you for your help!