Skip to content

Commit c5e353d

Browse files
aledbfroboquat
authored andcommitted
Update blob download speed buckets
1 parent d8f6138 commit c5e353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/registry-facade/pkg/registry/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func newMetrics(reg prometheus.Registerer, upstream bool) (*metrics, error) {
111111
blobDownloadSpeedHist := prometheus.NewHistogramVec(prometheus.HistogramOpts{
112112
Name: "blob_req_bytes_second",
113113
Help: "blob download speed in bytes per second",
114-
Buckets: prometheus.ExponentialBuckets(1024*1024, 2, 10),
114+
Buckets: prometheus.ExponentialBuckets(1024*1024, 2, 15),
115115
}, []string{"blobSource"})
116116
if upstream {
117117
err = reg.Register(blobDownloadSpeedHist)

0 commit comments

Comments
 (0)