aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/grafana
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-10-17 16:26:33 +0200
committerpwielebs <piotr.wielebski@nokia.com>2019-10-17 16:26:33 +0200
commit25bda9375368252b0754d970c1949a15d016bac1 (patch)
tree0d29297269f723e4879bbedfff166d2542e438f5 /tools/performance/local/grafana
parentae3a6cf23f0ab5411b244fe8df676511293a4063 (diff)
Revert - Fix memory usage per pod table
(local deployment) Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Issue-ID: DCAEGEN2-1833 Change-Id: I1119c39ce3b25701a8ea467b90ad052b2c7b0dd0
Diffstat (limited to 'tools/performance/local/grafana')
-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 fa34c377..d74968cb 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{image=\"onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:latest\"}) by (image)) / 1024 / 1024 / 1024",
+ "expr": "(sum(container_memory_usage_bytes{pod_name=~\"dep-dcae-hv-ves-collector.*\"}) by (pod_name)) / 1024 / 1024 / 1024",
"format": "time_series",
"hide": false,
"instant": true,