mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
Minor typo
This commit is contained in:
parent
afc95820b1
commit
427b322078
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ scrape_configs:
|
||||||
- source_labels: [__address__, __meta_kubernetes_pod_annotation_prometheus_io_port]
|
- source_labels: [__address__, __meta_kubernetes_pod_annotation_prometheus_io_port]
|
||||||
action: replace
|
action: replace
|
||||||
regex: (.+):(?:\d+);(\d+)
|
regex: (.+):(?:\d+);(\d+)
|
||||||
replacement: ${1]:${2}
|
replacement: ${1}:${2}
|
||||||
target_label: __address__
|
target_label: __address__
|
||||||
- action: labelmap
|
- action: labelmap
|
||||||
regex: __meta_kubernetes_pod_label_(.+)
|
regex: __meta_kubernetes_pod_label_(.+)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue