mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 08:04:04 -08:00
7 lines
155 B
YAML
7 lines
155 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
relabel_configs:
|
||
|
- source_labels: [__address__]
|
||
|
modulus: 8
|
||
|
action: hashmod
|