aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel Janiak <kornel.janiak@nokia.com>2020-05-18 09:57:31 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-18 09:57:31 +0000
commit3e7de0deb033e485d519c74feaffecc02e7e9dc7 (patch)
tree53f3827ce043f32b10bb861a6abb8fba24192e2e
parentfccd551e56dc1e46f1894b80ff375a1522cdf152 (diff)
parent386582c7f4164d087132d51051f4c1c17ff582e5 (diff)
Merge "Update metric for message queue"
-rw-r--r--tools/performance/cloud/grafana/dashboards/performance-tests.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/cloud/grafana/dashboards/performance-tests.json b/tools/performance/cloud/grafana/dashboards/performance-tests.json
index d5a9e2ae..2ddae2a8 100644
--- a/tools/performance/cloud/grafana/dashboards/performance-tests.json
+++ b/tools/performance/cloud/grafana/dashboards/performance-tests.json
@@ -259,7 +259,7 @@
"steppedLine": false,
"targets": [
{
- "expr": "hvves_messages_received_total - hvves_messages_sent_total",
+ "expr": "hvves_messages_received_total - hvves_messages_sent_total - hvves_messages_dropped_total",
"legendFormat": "Processing message queue",
"refId": "A"
}