From: Tomasz Wrobel Date: Thu, 30 Apr 2020 11:55:04 +0000 (+0200) Subject: Update metric for message queue X-Git-Tag: 1.5.0~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=386582c7f4164d087132d51051f4c1c17ff582e5;p=dcaegen2%2Fcollectors%2Fhv-ves.git Update metric for message queue Include dropped messages in queue calculation Issue-ID: DCAEGEN2-1576 Signed-off-by: Tomasz Wrobel Change-Id: Id4aa32dbe9af5d0a8ca7a487c53a42ced6e7d933 --- 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" }