Skip to content

Commit

Permalink
Add another series bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
  • Loading branch information
fpetkovski committed Feb 8, 2023
1 parent f393642 commit 1639b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func NewInstrumentedStoreServer(reg prometheus.Registerer, store storepb.StoreSe
seriesRequested: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{
Name: "thanos_store_server_series_requested",
Help: "Number of requested series for Series calls",
Buckets: []float64{1, 10, 100, 1000, 10000, 100000},
Buckets: []float64{1, 10, 100, 1000, 10000, 100000, 1000000},
}),
chunksRequested: promauto.With(reg).NewHistogram(prometheus.HistogramOpts{
Name: "thanos_store_server_chunks_requested",
Expand Down

0 comments on commit 1639b53

Please sign in to comment.