| Bartosz Kupidura | 0463aec | 2018-01-26 13:46:32 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | prometheus: | ||||
| 3 | server: | ||||
| 4 | target: | ||||
| 5 | static: | ||||
| 6 | prometheus: | ||||
| 7 | endpoint: | ||||
| 8 | - address: 127.0.0.1 | ||||
| 9 | port: ${prometheus:server:bind:port} | ||||
| 10 | prometheus_federation: | ||||
| 11 | honor_labels: true | ||||
| 12 | metrics_path: '/federate' | ||||
| 13 | scrape_interval: 15s | ||||
| 14 | scrape_timeout: 15s | ||||
| 15 | endpoint: | ||||
| 16 | - address: ${_param:stacklight_monitor_address} | ||||
| 17 | port: 15010 | ||||