1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-06 09:46:16 +01:00
Files
prometheus-operator/pkg/prometheus/testdata/ProbeStaticTargetsConfigGenerationWithoutModule.golden

49 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

global:
scrape_interval: 30s
external_labels:
prometheus: default/test
prometheus_replica: $(POD_NAME)
evaluation_interval: 30s
scrape_configs:
- job_name: probe/default/testprobe1
honor_timestamps: true
metrics_path: /probe
scheme: http
static_configs:
- targets:
- prometheus.io
- promcon.io
labels:
namespace: default
relabel_configs:
- source_labels:
- job
target_label: __tmp_prometheus_job_name
- target_label: job
replacement: blackbox
- source_labels:
- __address__
target_label: __param_target
- source_labels:
- __param_target
target_label: instance
- target_label: __address__
replacement: blackbox.exporter.io
- source_labels:
- __param_target
- __tmp_hash
target_label: __tmp_hash
regex: (.+);
replacement: $1
action: replace
- source_labels:
- __tmp_hash
target_label: __tmp_hash
modulus: 1
action: hashmod
- source_labels:
- __tmp_hash
- __tmp_disable_sharding
regex: $(SHARD);|.+;.+
action: keep