mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix typo in scrape config examples (#6234)
This commit is contained in:
parent
134dcaef33
commit
3d4988ecf6
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