Bartosz Kupidura | 2f70396 | 2017-03-09 12:12:27 +0100 | [diff] [blame] | 1 | applications: |
2 | - prometheus | ||||
3 | classes: | ||||
4 | - service.prometheus.support | ||||
5 | parameters: | ||||
6 | prometheus: | ||||
7 | server: | ||||
8 | enabled: true | ||||
9 | bind: | ||||
10 | port: 9090 | ||||
11 | address: 0.0.0.0 | ||||
12 | storage: | ||||
13 | local: | ||||
14 | engine: "persisted" | ||||
15 | retention: "360h" | ||||
16 | memory_chunks: 1048576 | ||||
17 | max_chunks_to_persist: 524288 | ||||
18 | num_fingerprint_mutexes: 4096 | ||||
19 | alertmanager: | ||||
20 | notification_queue_capacity: 10000 | ||||
21 | config: | ||||
22 | global: | ||||
23 | scrape_interval: "15s" | ||||
24 | scrape_timeout: "15s" | ||||
25 | evaluation_interval: "1m" | ||||
26 | external_labels: | ||||
27 | region: 'region1' |