X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fdcemulator%2Fprometheus.yml;h=2412f852631e93c7e5926216d639b228f619ff67;hb=61fd52859c8212626480d66c0795d399be37d0a9;hp=2915578263e76fa11811576cbb3ca464d3668b95;hpb=1cbad5fddca5a204ac4c2c6a5ba1e9df949f1dd6;p=osm%2Fvim-emu.git diff --git a/src/emuvim/dcemulator/prometheus.yml b/src/emuvim/dcemulator/prometheus.yml index 2915578..2412f85 100644 --- a/src/emuvim/dcemulator/prometheus.yml +++ b/src/emuvim/dcemulator/prometheus.yml @@ -1,11 +1,16 @@ global: scrape_interval: 15s # By default, scrape targets every 15 seconds. + evaluation_interval: 5s # Attach these labels to any time series or alerts when communicating with # external systems (federation, remote storage, Alertmanager). external_labels: monitor: 'codelab-monitor' +# Rule files specifies a list of files from which rules are read. +rule_files: + - 'profile.rules' + # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. scrape_configs: @@ -34,3 +39,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'] + +