| Vnaumov | 2578043 | 2018-03-26 12:25:27 +0400 | [diff] [blame] | 1 | parameters: |
| 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} | ||||