Skip to content

Commit 6911897

Browse files
committed
address comment
Signed-off-by: bufferflies <[email protected]>
1 parent a700b16 commit 6911897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/statistics/buckets/metric.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
Subsystem: "scheduler",
3535
Name: "bucket_task_duration",
3636
Help: "Bucketed histogram of processing time (s) of bucket task.",
37-
Buckets: prometheus.ExponentialBuckets(1, 1.4, 30), // 1s ~ 6.72 hours
37+
Buckets: prometheus.ExponentialBuckets(0.0001, 2, 23), // 0.1ms ~ 14m
3838
}, []string{"type"})
3939
)
4040

0 commit comments

Comments
 (0)