X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=monitor%2Fconfig%2Fprometheus.yaml;h=4ece441a16656a18d2bfa69a66ba48a5207f01b9;hb=dba21d5d8e56ee647de0e167bd106426be734c2f;hp=b218711dfe5d62d0e2b39e00a1bc6164aab7898d;hpb=316f53716106bbcff780761ee1d24a610cc0e925;p=bottlenecks.git diff --git a/monitor/config/prometheus.yaml b/monitor/config/prometheus.yaml index b218711d..4ece441a 100644 --- a/monitor/config/prometheus.yaml +++ b/monitor/config/prometheus.yaml @@ -50,3 +50,11 @@ scrape_configs: static_configs: - targets: ['192.168.114.2:9100'] + + - job_name: 'openstack' + + # Override the global default and scrape targets from this job every 5 seconds. + scrape_interval: 5s + + static_configs: + - targets: ['192.168.114.2:9104']