X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=misc%2Fprometheus_jenkins.yml;fp=misc%2Fprometheus_jenkins.yml;h=b7770d1f238f8d47ffc13895018e773012db4c62;hb=2fdfbf4a18ef349aba8eacd5df17b4a1aeb68b74;hp=0000000000000000000000000000000000000000;hpb=418815231ec9713829606e56e3cf6ea022b3dccf;p=osm%2Fvim-emu.git diff --git a/misc/prometheus_jenkins.yml b/misc/prometheus_jenkins.yml new file mode 100755 index 0000000..b7770d1 --- /dev/null +++ b/misc/prometheus_jenkins.yml @@ -0,0 +1,26 @@ +global: + scrape_interval: 15s # By default, scrape targets every 15 seconds. + evaluation_interval: 5s + + +# A scrape configuration containing endpoints to scrape: + +scrape_configs: + +# cAdvsior started in son-emu + - job_name: 'cAdvisor' + + scrape_interval: 1s + + target_groups: + - targets: ['172.17.0.1:8090'] + +# Pushgateway started in SP + - job_name: 'PushGateway' + + scrape_interval: 1s + + target_groups: + - targets: ['172.17.0.1:9091'] + +