blob: 61488b50f67373fc8e8cc48f99453e5221e4335b [file] [log] [blame]
Vnaumov25780432018-03-26 12:25:27 +04001parameters:
2 _param:
3 prometheus_etcd_host: ${_param:haproxy_bind_address}
4 prometheus_etcd_port: 4001
5 prometheus:
6 server:
7 target:
8 static:
9 etcd:
10 enabled: true
11 endpoint:
12 - address: ${_param:prometheus_etcd_host}
13 port: ${_param:prometheus_etcd_port}