diff --git a/example/docker-compose/grafana/dashboards/agent-operational.json b/example/docker-compose/grafana/dashboards/agent-operational.json index 6d6c16397c4f..0e49f04eeacc 100644 --- a/example/docker-compose/grafana/dashboards/agent-operational.json +++ b/example/docker-compose/grafana/dashboards/agent-operational.json @@ -1141,7 +1141,7 @@ "multi": true, "name": "pod", "options": [ ], - "query": "label_values(agent_build_info{container=~\"$container\"}, pod)", + "query": "label_values(agent_build_info{container=~\"$container\", namespace=\"$namespace\"}, pod)", "refresh": 1, "regex": "", "sort": 2,