From 3174b4ee9a92917d353e6f9ccf4cda598f3d6c18 Mon Sep 17 00:00:00 2001 From: Ankush Behl Date: Mon, 13 Oct 2025 18:13:00 +0530 Subject: [PATCH] monitoring: Fix Filesystem grafana dashboard units Fixes: https://tracker.ceph.com/issues/73521 Signed-off-by: Ankush Behl --- monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json b/monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json index 46636529133e8..2698ce1121db9 100644 --- a/monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json +++ b/monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json @@ -876,7 +876,7 @@ } ] }, - "unit": "percentunit" + "unit": "percent" } }, "gridPos": { @@ -1038,7 +1038,7 @@ } ] }, - "unit": "percentunit" + "unit": "percent" } }, "gridPos": { @@ -4312,7 +4312,7 @@ }, "hide": 0, "includeAll": true, - "label": "Name", + "label": "Filesystem", "multi": false, "name": "name", "options": [ ], -- 2.39.5