Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/parquetconverter/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func newMetrics(reg prometheus.Registerer) *metrics {
convertParquetBlockDelay: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{
Name: "cortex_parquet_converter_convert_block_delay_minutes",
Help: "Delay in minutes of Parquet block to be converted from the TSDB block being uploaded to object store",
Buckets: []float64{5, 10, 15, 20, 30, 45, 60, 80, 100, 120},
Buckets: []float64{5, 10, 15, 20, 30, 45, 60, 80, 100, 120, 150, 180, 210, 240, 270, 300},
}),
ownedUsers: promauto.With(reg).NewGauge(prometheus.GaugeOpts{
Name: "cortex_parquet_converter_users_owned",
Expand Down
Loading