Craig Condit created YUNIKORN-2916: -------------------------------------- Summary: Fix inconsistent resource bucketing in metrics Key: YUNIKORN-2916 URL: https://issues.apache.org/jira/browse/YUNIKORN-2916 Project: Apache YuniKorn Issue Type: Bug Components: core - scheduler Reporter: Craig Condit Assignee: Craig Condit
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: {code:java} var resourceUsageRangeBuckets = []string{ "[0,10%]", "(10%, 20%]", // extra space here "(20%,30%]", // ... } {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org For additional commands, e-mail: dev-h...@yunikorn.apache.org