Skip to content

Commit 658889b

Browse files
committed
tune buckets
1 parent 32cfcd2 commit 658889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/receive/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func NewHandler(logger log.Logger, o *Options) *Handler {
215215
Subsystem: "receive",
216216
Name: "write_e2e_latency_seconds",
217217
Help: "The end-to-end latency of the oldest sample in write requests.",
218-
Buckets: []float64{1, 5, 10, 20, 30, 40, 50, 60, 90, 120, 300, 600},
218+
Buckets: []float64{1, 5, 10, 20, 30, 40, 50, 60, 90, 120, 300, 600, 900, 1200, 1800, 3600},
219219
}, []string{"code", "tenant"},
220220
),
221221
}

0 commit comments

Comments
 (0)