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 (
5454Subsystem : WorkQueueSubsystem ,
5555Name : QueueLatencyKey ,
5656Help : "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 ),
5858}, []string {"name" })
5959
6060workDuration = prometheus .NewHistogramVec (prometheus.HistogramOpts {
6161Subsystem : WorkQueueSubsystem ,
6262Name : WorkDurationKey ,
6363Help : "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 ),
6565}, []string {"name" })
6666
6767unfinished = prometheus .NewGaugeVec (prometheus.GaugeOpts {
You can’t perform that action at this time.
0 commit comments