mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
fix typo in scrape config examples (#6234)
(cherry picked from commit 3d4988ecf6
)
This commit is contained in:
parent
bb667fd3f7
commit
2922b2a2e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue