From a28b6f0c95e113a7bd5ab45bd9dc11115fe89450 Mon Sep 17 00:00:00 2001 From: Jian Xiao Date: Fri, 26 Apr 2024 00:57:16 +0000 Subject: [PATCH] format --- disperser/dataapi/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disperser/dataapi/metrics.go b/disperser/dataapi/metrics.go index 3ecb3f2648..d970f5eb87 100644 --- a/disperser/dataapi/metrics.go +++ b/disperser/dataapi/metrics.go @@ -61,7 +61,7 @@ func NewMetrics(blobMetadataStore *blobstore.BlobMetadataStore, httpPort string, []string{"method"}, ), // PeriodicEjectionRequests is a more detailed metric than NumRequests, specifically for - // tracking the ejection calls that are periodically initiated according to the SLA + // tracking the ejection calls that are periodically initiated according to the SLA // evaluation time window. PeriodicEjectionRequests: promauto.With(reg).NewCounterVec( prometheus.CounterOpts{