From ea1395f33c73f97d0e27d3506ef8dbd18a282871 Mon Sep 17 00:00:00 2001 From: Chris Grindstaff Date: Thu, 8 Sep 2022 14:42:26 -0400 Subject: [PATCH] fix: flashcache dashboard units are incorrect Fixes #1265 --- conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml | 3 --- grafana/dashboards/cmode/harvest_dashboard_disk.json | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml b/conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml index 3630a6865..e8fc163af 100644 --- a/conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml +++ b/conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml @@ -28,9 +28,6 @@ counters: - miss_directory - miss_indirect -override: - - hit_percent: average - export_options: instance_keys: - node diff --git a/grafana/dashboards/cmode/harvest_dashboard_disk.json b/grafana/dashboards/cmode/harvest_dashboard_disk.json index f887b54a8..c5c7e7237 100644 --- a/grafana/dashboards/cmode/harvest_dashboard_disk.json +++ b/grafana/dashboards/cmode/harvest_dashboard_disk.json @@ -65,7 +65,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1654862696262, + "iteration": 1662642076310, "links": [], "panels": [ { @@ -1556,7 +1556,7 @@ } ] }, - "unit": "Bps" + "unit": "KiBs" }, "overrides": [] }, @@ -1654,7 +1654,7 @@ } ] }, - "unit": "Bps" + "unit": "binBps" }, "overrides": [] }, @@ -1891,7 +1891,7 @@ } ] }, - "unit": "µs" + "unit": "percent" }, "overrides": [ { @@ -2369,5 +2369,5 @@ "timezone": "", "title": "ONTAP: Disk", "uid": "Gs1aXGj7k", - "version": 24 + "version": 25 } \ No newline at end of file