[ 
https://issues.apache.org/jira/browse/YUNIKORN-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated YUNIKORN-2916:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> 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]

Reply via email to