This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new 6354baac [YUNIKORN-2916] Fix inconsistent resource bucketing in
metrics (#981)
6354baac is described below
commit 6354baacd9312c479b7c081ea59cf3ec4d4d4cc4
Author: Craig Condit <[email protected]>
AuthorDate: Thu Oct 10 16:41:42 2024 -0600
[YUNIKORN-2916] Fix inconsistent resource bucketing in metrics (#981)
Closes: #981
Signed-off-by: Craig Condit <[email protected]>
---
pkg/metrics/scheduler.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/metrics/scheduler.go b/pkg/metrics/scheduler.go
index a5c7c054..b0999a40 100644
--- a/pkg/metrics/scheduler.go
+++ b/pkg/metrics/scheduler.go
@@ -43,7 +43,7 @@ const (
var resourceUsageRangeBuckets = []string{
"[0,10%]",
- "(10%, 20%]",
+ "(10%,20%]",
"(20%,30%]",
"(30%,40%]",
"(40%,50%]",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]