formula-prometheus/metadata/service/relay/cluster.yml

11 lines
350 B
YAML
Raw Normal View History

parameters:
prometheus:
relay:
backends:
- host: ${_param:cluster_node01_address}
port: ${_param:prometheus_server_bind_port}
- host: ${_param:cluster_node02_address}
port: ${_param:prometheus_server_bind_port}
- host: ${_param:cluster_node03_address}
port: ${_param:prometheus_server_bind_port}