blob: b7770d1f238f8d47ffc13895018e773012db4c62 [file] [log] [blame]
stevenvanrossem2fdfbf42016-05-13 15:08:47 +02001global:
2 scrape_interval: 15s # By default, scrape targets every 15 seconds.
3 evaluation_interval: 5s
4
5
6# A scrape configuration containing endpoints to scrape:
7
8scrape_configs:
9
10# cAdvsior started in son-emu
11 - job_name: 'cAdvisor'
12
13 scrape_interval: 1s
14
15 target_groups:
16 - targets: ['172.17.0.1:8090']
17
18# Pushgateway started in SP
19 - job_name: 'PushGateway'
20
21 scrape_interval: 1s
22
23 target_groups:
24 - targets: ['172.17.0.1:9091']
25
26