mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
7 lines
165 B
YAML
7 lines
165 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- source_labels: [abcdef]
|
|
action: keepequal
|
|
regex: foo
|
|
target_label: bar
|