From 386582c7f4164d087132d51051f4c1c17ff582e5 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Thu, 30 Apr 2020 13:55:04 +0200 Subject: Update metric for message queue Include dropped messages in queue calculation Issue-ID: DCAEGEN2-1576 Signed-off-by: Tomasz Wrobel Change-Id: Id4aa32dbe9af5d0a8ca7a487c53a42ced6e7d933 --- tools/performance/cloud/grafana/dashboards/performance-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/performance') 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" } -- cgit 1.2.3-korg