We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a700b16 commit 6911897Copy full SHA for 6911897
server/statistics/buckets/metric.go
@@ -34,7 +34,7 @@ var (
34
Subsystem: "scheduler",
35
Name: "bucket_task_duration",
36
Help: "Bucketed histogram of processing time (s) of bucket task.",
37
- Buckets: prometheus.ExponentialBuckets(1, 1.4, 30), // 1s ~ 6.72 hours
+ Buckets: prometheus.ExponentialBuckets(0.0001, 2, 23), // 0.1ms ~ 14m
38
}, []string{"type"})
39
)
40
0 commit comments