From 3a138991ff53759277b01bb82df5bf0fc50e9f07 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 27 Mar 2024 15:24:11 +0000 Subject: [PATCH] Also get logs and metrics for agents Signed-off-by: Michel Hollands --- charts/meta-monitoring/templates/agent/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/meta-monitoring/templates/agent/config.yaml b/charts/meta-monitoring/templates/agent/config.yaml index 341aca8..e55d100 100644 --- a/charts/meta-monitoring/templates/agent/config.yaml +++ b/charts/meta-monitoring/templates/agent/config.yaml @@ -8,7 +8,7 @@ data: discovery.kubernetes "pods" { role = "pod" namespaces { - own_namespace = false + own_namespace = true names = [ {{ include "agent.namespaces" . }} ] } }