Hi everyone!
I have a Grafana Dashboard with a Prometheus source. This dashboard provides info about Pods in a Kubernetes Cluster.
Usually the panels that I use are time series panel, showing also a legend with the name of the pod.
I would need to select a Pod in one of the panels, and the other panels should be filtered by that selection.
Example: I select one Pod in “Pods in trouble” time series panel, and other panels like “CPU monitoring Pods”, “Memory monitoring Pods” (which are also time series Panels), should show only the pod I have selected.
Is there any way to apply that? If the solution does not make to create a new dashboard and link to that dashboard, even better!!