mirror of
https://github.com/prometheus/prometheus
synced 2025-02-15 19:47:56 +00:00
9 lines
204 B
YAML
9 lines
204 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: node
|
|
selectors:
|
|
- role: "pod"
|
|
label: "foo=bar"
|
|
field: "metadata.status=Running"
|