From 7bd432d12b73cfa41b7fa8068fbd6e57c5eeb80a Mon Sep 17 00:00:00 2001 From: Robert Lankford Date: Wed, 1 Jun 2022 18:06:02 -0500 Subject: [PATCH] make example-dashboards (#1769) --- .../docker-compose/grafana/dashboards/agent-operational.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,