fix typo in scrape config examples (#6234)

(cherry picked from commit 3d4988ecf6)
This commit is contained in:
Alexander Marshalov 2024-05-07 16:52:44 +02:00 committed by hagen1778
parent bb667fd3f7
commit 2922b2a2e0
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

View file

@ -250,7 +250,7 @@ scrape_configs:
# If node-exporter containers have another name in your Kubernetes cluster,
# then adjust the regex value accordingly.
#
- soruce_labels: [__meta_kubernetes_pod_container_name]
- source_labels: [__meta_kubernetes_pod_container_name]
regex: node-exporter
action: keep