aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/local/grafana/dashboards/processing.json
diff options
context:
space:
mode:
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 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,