mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
45fcaa33e8
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2460 Signed-off-by: hagen1778 <roman@victoriametrics.com>
12 lines
253 B
YAML
12 lines
253 B
YAML
dns_sd_configs:
|
|
- names:
|
|
- cloudflare.com
|
|
type: 'A'
|
|
port: 9093
|
|
relabel_configs:
|
|
- source_labels: [__meta_dns_name]
|
|
replacement: '${1}'
|
|
target_label: dns_name
|
|
alert_relabel_configs:
|
|
- target_label: "foo"
|
|
replacement: "aaa" |