mirror of
https://github.com/prometheus/prometheus
synced 2025-02-11 09:29:18 +00:00
6 lines
122 B
YAML
6 lines
122 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- action: lowercase
|
|
source_labels: [__name__]
|