Skip to content

Commit

Permalink
fix: Quota dashboard should use kibibytes instead of kilobytes (#3072)
Browse files Browse the repository at this point in the history
Fixes: #3070
  • Loading branch information
cgrinds authored Jul 29, 2024
1 parent 0f42d51 commit 9897862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/grafana/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
comment: Number of block free per second

- metric: quota_disk_used
ontapUnit: kilobytes
ontapUnit: kibibytes
grafanaJson: kbytes
grafanaDisplay: kbytes
grafanaDisplay: kibibytes
comment: Current amount of disk space, in kilobytes, used by the quota target.
4 changes: 2 additions & 2 deletions grafana/dashboards/cmode/quotaReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"properties": [
{
"id": "unit",
"value": "deckbytes"
"value": "kbytes"
},
{
"id": "mappings",
Expand All @@ -143,7 +143,7 @@
"properties": [
{
"id": "unit",
"value": "deckbytes"
"value": "kbytes"
},
{
"id": "mappings",
Expand Down

0 comments on commit 9897862

Please sign in to comment.