summaryrefslogtreecommitdiffstats
path: root/tools/performance/local/prometheus.yml
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2019-10-13 00:47:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-13 00:47:10 +0000
commit60193c68343b50a2b9f5527e33fc6e50530591bc (patch)
treeae935cae9c3570793b765f627b38504d81fa13ec /tools/performance/local/prometheus.yml
parentc09091a3586793b74351e908ab344af6aa2fd916 (diff)
parentb6ca050a957c3a0b9a6bc1fa703eab88d50e04df (diff)
Merge "Fix memory usage per pod table"
Diffstat (limited to 'tools/performance/local/prometheus.yml')
-rw-r--r--tools/performance/local/prometheus.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/performance/local/prometheus.yml b/tools/performance/local/prometheus.yml
index 074b2dca..7efb4a80 100644
--- a/tools/performance/local/prometheus.yml
+++ b/tools/performance/local/prometheus.yml
@@ -22,3 +22,7 @@ scrape_configs:
metrics_path: '/monitoring/prometheus'
static_configs:
- targets: ['ves-hv-collector:6060']
+
+ - job_name: 'cadvisor'
+ static_configs:
+ - targets: ['cadvisor:8080'] \ No newline at end of file