mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 23:54:05 -08:00
9 lines
196 B
YAML
9 lines
196 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
kubernetes_sd_configs:
|
||
|
- role: node
|
||
|
selectors:
|
||
|
node:
|
||
|
label: "foo=bar"
|
||
|
field: "metadata.status=Running"
|