Skip to content

Commit

Permalink
Merge pull request #64 from gloeckchen404/fix-unit
Browse files Browse the repository at this point in the history
fix wrong unit in Grafana Volume Size
  • Loading branch information
baurmatt authored Oct 1, 2024
2 parents f55e492 + 4be3dca commit 405bdd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
}
]
},
"unit": "bytes"
"unit": "decgbytes"
},
"overrides": []
},
Expand Down Expand Up @@ -1142,7 +1142,7 @@
}
]
},
"unit": "bytes"
"unit": "decgbytes"
},
"overrides": []
},
Expand Down

0 comments on commit 405bdd6

Please sign in to comment.