| Vnaumov | 2578043 | 2018-03-26 12:25:27 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | prometheus_kqueen_api_host: ${_param:haproxy_bind_address} | ||||
| 4 | prometheus_kqueen_api_port: 5000 | ||||
| 5 | prometheus: | ||||
| 6 | server: | ||||
| 7 | target: | ||||
| 8 | static: | ||||
| 9 | kqueen: | ||||
| 10 | enabled: true | ||||
| 11 | endpoint: | ||||
| 12 | - address: ${_param:prometheus_kqueen_api_host} | ||||
| 13 | port: ${_param:prometheus_kqueen_api_port} | ||||