mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-13 17:14:05 -08:00
12 lines
259 B
YAML
12 lines
259 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
kubernetes_sd_configs:
|
||
|
- role: endpoints
|
||
|
selectors:
|
||
|
- role: "pod"
|
||
|
label: "foo=bar"
|
||
|
field: "metadata.status=Running"
|
||
|
- role: "pod"
|
||
|
label: "foo=bar"
|
||
|
field: "metadata.status=Running"
|