fix typo in scrape config examples (#6234)

This commit is contained in:
Alexander Marshalov 2024-05-07 16:52:44 +02:00 committed by GitHub
parent 134dcaef33
commit 3d4988ecf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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