From b6ca050a957c3a0b9a6bc1fa703eab88d50e04df Mon Sep 17 00:00:00 2001 From: pwielebs Date: Fri, 11 Oct 2019 11:19:28 +0200 Subject: Fix memory usage per pod table (local deployment) Signed-off-by: pwielebs Issue-ID: DCAEGEN2-1833 Change-Id: I242c3a9bac523997d91c218ec21b05e79006db96 --- tools/performance/local/prometheus.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/performance/local/prometheus.yml') 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 -- cgit 1.2.3-korg