mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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"
|