mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
fix typo in scrape config examples (#6234)
This commit is contained in:
parent
134dcaef33
commit
3d4988ecf6
@ -250,7 +250,7 @@ scrape_configs:
|
|||||||
# If node-exporter containers have another name in your Kubernetes cluster,
|
# If node-exporter containers have another name in your Kubernetes cluster,
|
||||||
# then adjust the regex value accordingly.
|
# then adjust the regex value accordingly.
|
||||||
#
|
#
|
||||||
- soruce_labels: [__meta_kubernetes_pod_container_name]
|
- source_labels: [__meta_kubernetes_pod_container_name]
|
||||||
regex: node-exporter
|
regex: node-exporter
|
||||||
action: keep
|
action: keep
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user