Bartosz Kupidura | 5e9fb1d | 2018-01-26 13:35:38 +0100 | [diff] [blame] | 1 | applications: |
| 2 | - prometheus |
| 3 | classes: |
| 4 | - service.prometheus.support |
| 5 | parameters: |
| 6 | _param: |
| 7 | prometheus_relay_bind_port: 8080 |
Mateusz Matuszkowiak | 2168931 | 2019-05-24 12:07:54 +0200 | [diff] [blame] | 8 | prometheus_relay_client_timeout: 10 |
Bartosz Kupidura | 5e9fb1d | 2018-01-26 13:35:38 +0100 | [diff] [blame] | 9 | prometheus: |
| 10 | relay: |
| 11 | enabled: true |
| 12 | bind: |
| 13 | port: ${_param:prometheus_relay_bind_port} |
Mateusz Matuszkowiak | 2168931 | 2019-05-24 12:07:54 +0200 | [diff] [blame] | 14 | client: |
| 15 | timeout: ${_param:prometheus_relay_client_timeout} |