[
https://issues.apache.org/jira/browse/YUNIKORN-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Condit resolved YUNIKORN-2916.
------------------------------------
Fix Version/s: 1.7.0
Resolution: Fixed
Merged to master.
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]