File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ var (
54
54
Subsystem : WorkQueueSubsystem ,
55
55
Name : QueueLatencyKey ,
56
56
Help : "How long in seconds an item stays in workqueue before being requested" ,
57
- Buckets : prometheus .ExponentialBuckets (10e-9 , 10 , 10 ),
57
+ Buckets : prometheus .ExponentialBuckets (10e-9 , 10 , 12 ),
58
58
}, []string {"name" })
59
59
60
60
workDuration = prometheus .NewHistogramVec (prometheus.HistogramOpts {
61
61
Subsystem : WorkQueueSubsystem ,
62
62
Name : WorkDurationKey ,
63
63
Help : "How long in seconds processing an item from workqueue takes." ,
64
- Buckets : prometheus .ExponentialBuckets (10e-9 , 10 , 10 ),
64
+ Buckets : prometheus .ExponentialBuckets (10e-9 , 10 , 12 ),
65
65
}, []string {"name" })
66
66
67
67
unfinished = prometheus .NewGaugeVec (prometheus.GaugeOpts {
You can’t perform that action at this time.
0 commit comments