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