X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fdcemulator%2Fprometheus.yml;h=4db5b6f82761e856b32fcc324ff4a625839bce69;hb=adfd06fbf80d9d12065bc7bb8903cb1c784fab60;hp=2915578263e76fa11811576cbb3ca464d3668b95;hpb=8675d09a5488f60a856145f92380db6066200484;p=osm%2Fvim-emu.git diff --git a/src/emuvim/dcemulator/prometheus.yml b/src/emuvim/dcemulator/prometheus.yml index 2915578..4db5b6f 100644 --- a/src/emuvim/dcemulator/prometheus.yml +++ b/src/emuvim/dcemulator/prometheus.yml @@ -34,3 +34,12 @@ scrape_configs: target_groups: - targets: ['172.17.0.1:8090'] + - job_name: 'PushGateway' + + # Override the global default and scrape targets from this job every 5 seconds. + scrape_interval: 5s + + target_groups: + - targets: ['172.17.0.1:9091'] + +