Merge pull request #25 from grafana/scrape_grafana_agents

Also get logs and metrics for agents
This commit is contained in:
Michel Hollands 2024-03-27 16:38:16 +00:00 committed by GitHub
commit e3542e472d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" . }} ]
} }
} }