diff options
-rw-r--r-- | tools/performance/cloud/grafana/dashboards/performance-tests.json | 2 |
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" } |