aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/prometheus.yml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-10-11 11:19:28 +0200
committerpwielebs <piotr.wielebski@nokia.com>2019-10-11 11:19:55 +0200
commitb6ca050a957c3a0b9a6bc1fa703eab88d50e04df (patch)
tree1a140df04de5b4e669b87c3b23af66e1134bdade /tools/performance/local/prometheus.yml
parent2e334500fba9893f1f2d2ab3b9528c638d993a03 (diff)
Fix memory usage per pod table
(local deployment) Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Issue-ID: DCAEGEN2-1833 Change-Id: I242c3a9bac523997d91c218ec21b05e79006db96
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