diff options
author | Kornel Janiak <kornel.janiak@nokia.com> | 2020-05-18 09:57:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-18 09:57:31 +0000 |
commit | 3e7de0deb033e485d519c74feaffecc02e7e9dc7 (patch) | |
tree | 53f3827ce043f32b10bb861a6abb8fba24192e2e /tools/performance/cloud/grafana | |
parent | fccd551e56dc1e46f1894b80ff375a1522cdf152 (diff) | |
parent | 386582c7f4164d087132d51051f4c1c17ff582e5 (diff) |
Merge "Update metric for message queue"
Diffstat (limited to 'tools/performance/cloud/grafana')
-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" } |