mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-15 04:41:03 +01:00
7 lines
150 B
YAML
7 lines
150 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- action: lowercase
|
|
source_labels: [__name__]
|
|
target_label: 42lab
|