We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f0d73 commit 651c1dcCopy full SHA for 651c1dc
pkg/parquetconverter/metrics.go
@@ -30,7 +30,7 @@ func newMetrics(reg prometheus.Registerer) *metrics {
30
convertParquetBlockDelay: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{
31
Name: "cortex_parquet_converter_convert_block_delay_minutes",
32
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},
+ Buckets: []float64{5, 10, 15, 20, 30, 45, 60, 80, 100, 120, 150, 180, 210, 240, 270, 300},
34
}),
35
ownedUsers: promauto.With(reg).NewGauge(prometheus.GaugeOpts{
36
Name: "cortex_parquet_converter_users_owned",
0 commit comments