summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-04-30 13:55:04 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-04-30 13:55:04 +0200
commit386582c7f4164d087132d51051f4c1c17ff582e5 (patch)
tree23befbb40f5a0731591cf1fee0b914c289d5bde8
parent66254ca1c5df0d7971764799088c8f20c79f4ca7 (diff)
Update metric for message queue
Include dropped messages in queue calculation Issue-ID: DCAEGEN2-1576 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Id4aa32dbe9af5d0a8ca7a487c53a42ced6e7d933
-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"
}