mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-15 22:09:39 -04:00
6 lines
150 B
YAML
6 lines
150 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- action: lowercase
|
|
source_labels: [__name__]
|
|
target_label: 42lab
|