Skip to content

Commit 63d4612

Browse files
authored
Merge pull request ceph#65930 from cloudbehl/filesystem-grafana-fixes
monitoring: Fix Filesystem grafana dashboard units Reviewed-by: Afreen Misbah <[email protected]>
2 parents 5e72240 + 3174b4e commit 63d4612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitoring/ceph-mixin/dashboards_out/cephfsdashboard.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
}
877877
]
878878
},
879-
"unit": "percentunit"
879+
"unit": "percent"
880880
}
881881
},
882882
"gridPos": {
@@ -1038,7 +1038,7 @@
10381038
}
10391039
]
10401040
},
1041-
"unit": "percentunit"
1041+
"unit": "percent"
10421042
}
10431043
},
10441044
"gridPos": {
@@ -4312,7 +4312,7 @@
43124312
},
43134313
"hide": 0,
43144314
"includeAll": true,
4315-
"label": "Name",
4315+
"label": "Filesystem",
43164316
"multi": false,
43174317
"name": "name",
43184318
"options": [ ],

0 commit comments

Comments
 (0)