mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-22 10:30:25 -04:00
8 lines
205 B
YAML
8 lines
205 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: node
|
|
selectors:
|
|
- role: "node"
|
|
label: "foo=bar"
|
|
field: "metadata.status=Running"
|