-
What Grafana version and what operating system are you using?
Grafana: v10.1.5 (849c612fcb)
OS: Ubuntu 20.04 -
What are you trying to achieve?
Trying to get a Time series visualization to be repeated for each namespace passed to the dashboard via a data link from another dashboard. -
How are you trying to achieve it?
Set up a panel link in a visualization in the master dashboard to point to the secondary dashboard with the time series visualization. The master dashboard has a template variable that allows the user to select Kubernetes namespaces. They may select multiple or even all namespaces.
The secondary dashboard has a template variable defined to receive the selected namespace(s) from the main dashboard. I then set the time series visualization to use the variable in the repeat options. -
What happened?
Rather than displaying separate time series views for the namespace(s) selected, only one view was displayed, with the data from the selected namespaces combined in that one view.
-
What did you expect to happen?
A separate time series visualization for each of the selected namespace(s), each showing data relevant to that namespace. -
Can you copy/paste the configuration(s) that you are having problems with?
Master dashboard:
Stat visualization panel link:
Secondary dashboard:
namespace variable:
Time series repeat options:
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Configure panel options | Grafana documentation