From 266ea8dcac3580561aaa7144d20010093f1b9900 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Fri, 6 Oct 2023 12:30:55 -0400 Subject: [PATCH] fix: `Volume IOPs per Type` legend should use mean, last, max instead of sum Thanks Ed Wilts for reporting! --- grafana/dashboards/cmode/volume.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grafana/dashboards/cmode/volume.json b/grafana/dashboards/cmode/volume.json index 59ad46e55..9c01eb836 100644 --- a/grafana/dashboards/cmode/volume.json +++ b/grafana/dashboards/cmode/volume.json @@ -2603,7 +2603,9 @@ "options": { "legend": { "calcs": [ - "sum" + "mean", + "lastNotNull", + "max" ], "displayMode": "table", "placement": "bottom"