2019-10-03 11:55:42 +00:00
|
|
|
scrape_configs:
|
|
|
|
- job_name: prometheus
|
|
|
|
kubernetes_sd_configs:
|
|
|
|
- role: pod
|
|
|
|
selectors:
|
2021-06-12 10:47:47 +00:00
|
|
|
- role: "pod"
|
2019-10-03 11:55:42 +00:00
|
|
|
label: "foo=bar"
|
|
|
|
field: "metadata.status=Running"
|
2020-12-14 13:49:50 +00:00
|
|
|
- role: pod
|
|
|
|
selectors:
|
2021-06-12 10:47:47 +00:00
|
|
|
- role: "pod"
|
2020-12-14 13:49:50 +00:00
|
|
|
label: "foo in (bar,baz)"
|
|
|
|
field: "metadata.status=Running"
|