mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00:00
7 lines
YAML
7 lines
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
relabel_configs:
|
||
|
- source_labels: [__address__]
|
||
|
modulus: 8
|
||
|
action: hashmod
|