diff --git a/pkg/infra/metrics/metrics.go b/pkg/infra/metrics/metrics.go index a938f59aefc..73a390bdf22 100644 --- a/pkg/infra/metrics/metrics.go +++ b/pkg/infra/metrics/metrics.go @@ -587,7 +587,7 @@ func init() { MAccessSearchPermissionsSummary = prometheus.NewHistogram(prometheus.HistogramOpts{ Name: "access_search_permissions_duration", Help: "Histogram for the runtime of permissions search function", - Buckets: prometheus.ExponentialBuckets(0.001, 4, 5), + Buckets: prometheus.ExponentialBuckets(0.001, 10, 6), }) StatsTotalLibraryPanels = prometheus.NewGauge(prometheus.GaugeOpts{