mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
71dbb4d091
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
6 lines
122 B
YAML
6 lines
122 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
relabel_configs:
|
|
- action: lowercase
|
|
source_labels: [__name__]
|