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