aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/grafana/dashboards/processing.json
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/grafana/dashboards/processing.json
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/grafana/dashboards/processing.json')
-rw-r--r--tools/performance/local/grafana/dashboards/processing.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/local/grafana/dashboards/processing.json b/tools/performance/local/grafana/dashboards/processing.json
index d74968cb..fa34c377 100644
--- a/tools/performance/local/grafana/dashboards/processing.json
+++ b/tools/performance/local/grafana/dashboards/processing.json
@@ -706,7 +706,7 @@
],
"targets": [
{
- "expr": "(sum(container_memory_usage_bytes{pod_name=~\"dep-dcae-hv-ves-collector.*\"}) by (pod_name)) / 1024 / 1024 / 1024",
+ "expr": "(sum(container_memory_usage_bytes{image=\"onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:latest\"}) by (image)) / 1024 / 1024 / 1024",
"format": "time_series",
"hide": false,
"instant": true,