mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 16:44:05 -08:00
8 lines
165 B
YAML
8 lines
165 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
relabel_configs:
|
||
|
- source_labels: [abcdef]
|
||
|
action: keepequal
|
||
|
regex: foo
|
||
|
target_label: bar
|