Update metric for message queue 87/106887/1
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 30 Apr 2020 11:55:04 +0000 (13:55 +0200)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 30 Apr 2020 11:55:04 +0000 (13:55 +0200)
Include dropped messages in queue calculation

Issue-ID: DCAEGEN2-1576
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Id4aa32dbe9af5d0a8ca7a487c53a42ced6e7d933

tools/performance/cloud/grafana/dashboards/performance-tests.json

index d5a9e2a..2ddae2a 100644 (file)
           "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"
             }