Also get logs and metrics for agents

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-03-27 15:24:11 +00:00
parent cd78caab48
commit 3a138991ff

View File

@ -8,7 +8,7 @@ data:
discovery.kubernetes "pods" { discovery.kubernetes "pods" {
role = "pod" role = "pod"
namespaces { namespaces {
own_namespace = false own_namespace = true
names = [ {{ include "agent.namespaces" . }} ] names = [ {{ include "agent.namespaces" . }} ]
} }
} }