Skip to content

Commit

Permalink
[YUNIKORN-2916] Fix inconsistent resource bucketing in metrics (#981)
Browse files Browse the repository at this point in the history
Closes: #981

Signed-off-by: Craig Condit <ccondit@apache.org>
  • Loading branch information
craigcondit committed Oct 10, 2024
1 parent b30768f commit 6354baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (

var resourceUsageRangeBuckets = []string{
"[0,10%]",
"(10%, 20%]",
"(10%,20%]",
"(20%,30%]",
"(30%,40%]",
"(40%,50%]",
Expand Down

0 comments on commit 6354baa

Please sign in to comment.