Skip to content

Commit 4ffc915

Browse files
committed
Bucket size correction
1 parent a85f7ac commit 4ffc915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/prometheus/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func NewMetrics(cfg config.PrometheusMetrics, disabledMetrics config.DisabledMet
170170
priceBuckets := []float64{250, 500, 750, 1000, 1500, 2000, 2500, 3000, 3500, 4000}
171171
queuedRequestTimeBuckets := []float64{0, 1, 5, 30, 60, 120, 180, 240, 300}
172172
overheadTimeBuckets := []float64{0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1}
173-
requestSizeBuckets := []float64{605.8, 682, 795.8, 922.4, 1757, 3359.2, 5025.4, 6136, 7502.5, 10689.7}
173+
requestSizeBuckets := []float64{600, 700, 800, 900, 1000, 1500, 3000, 5000, 6000, 7500, 10000, 15000}
174174

175175
metrics := Metrics{}
176176
reg := prometheus.NewRegistry()

0 commit comments

Comments
 (0)