mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
b4445ff03f
Closes #6096 Signed-off-by: Grebennikov Roman <grv@dfdx.me>
9 lines
198 B
YAML
9 lines
198 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
kubernetes_sd_configs:
|
|
- role: service
|
|
selectors:
|
|
pod:
|
|
label: "foo=bar"
|
|
field: "metadata.status=Running"
|