Skip to content

Commit 651c1dc

Browse files
authored
extend histogram bucket for parquet block convertion delay metric (#6924)
Signed-off-by: yeya24 <[email protected]>
1 parent 54f0d73 commit 651c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/parquetconverter/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func newMetrics(reg prometheus.Registerer) *metrics {
3030
convertParquetBlockDelay: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{
3131
Name: "cortex_parquet_converter_convert_block_delay_minutes",
3232
Help: "Delay in minutes of Parquet block to be converted from the TSDB block being uploaded to object store",
33-
Buckets: []float64{5, 10, 15, 20, 30, 45, 60, 80, 100, 120},
33+
Buckets: []float64{5, 10, 15, 20, 30, 45, 60, 80, 100, 120, 150, 180, 210, 240, 270, 300},
3434
}),
3535
ownedUsers: promauto.With(reg).NewGauge(prometheus.GaugeOpts{
3636
Name: "cortex_parquet_converter_users_owned",

0 commit comments

Comments
 (0)