Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The metrics reporting for resource usage has histogram buckets for each 10% window (0-10%, 10-20%, etc.) However, the 10-20% bucket has inconsistent formatting, leading to potential confusion:
var resourceUsageRangeBuckets = []string{ "[0,10%]", "(10%, 20%]", // extra space here "(20%,30%]", // ... }
Attachments
Issue Links
- links to