1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00
Files
prometheus-operator/pkg/prometheus/testdata/ConsulScrapeConfigPathPrefix.golden
Hélia Barroso 8b37890a5d FEAT - Rename scrape_classic_histograms (#7104)
---------

Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
2024-11-13 16:34:49 +00:00

16 lines
378 B
Plaintext
Generated

global:
scrape_interval: 30s
external_labels:
prometheus: default/test
prometheus_replica: $(POD_NAME)
evaluation_interval: 30s
scrape_configs:
- job_name: scrapeConfig/default/testscrapeconfig1
consul_sd_configs:
- server: server
path_prefix: example-path-prefix
relabel_configs:
- source_labels:
- job
target_label: __tmp_prometheus_job_name