From 067b6e20a2e9e9739e1ff5316c29ceaf0dc94f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0tibran=C3=BD?= Date: Tue, 26 Aug 2025 10:48:05 +0200 Subject: [PATCH] Fix name of the summary, remove _total suffix (#110143) --- pkg/storage/unified/resource/bleve_index_metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storage/unified/resource/bleve_index_metrics.go b/pkg/storage/unified/resource/bleve_index_metrics.go index b5447b10062..bdd3f071232 100644 --- a/pkg/storage/unified/resource/bleve_index_metrics.go +++ b/pkg/storage/unified/resource/bleve_index_metrics.go @@ -74,7 +74,7 @@ func ProvideIndexMetrics(reg prometheus.Registerer) *BleveIndexMetrics { NativeHistogramMinResetDuration: time.Hour, }), UpdatedDocuments: promauto.With(reg).NewSummary(prometheus.SummaryOpts{ - Name: "index_server_update_documents_total", + Name: "index_server_update_documents", Help: "Number of documents indexed during index update", }), SearchUpdateWaitTime: promauto.With(reg).NewHistogramVec(prometheus.HistogramOpts{