2020-02-07 06:13:44 -08:00
|
|
|
scrape_configs:
|
2021-06-12 03:47:47 -07:00
|
|
|
- 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"
|