diff --git a/internal/observability/metrics/index/job/correction/correction.go b/internal/observability/metrics/index/job/correction/correction.go index 915f605f39..0e31345e2b 100644 --- a/internal/observability/metrics/index/job/correction/correction.go +++ b/internal/observability/metrics/index/job/correction/correction.go @@ -30,7 +30,7 @@ func New(c service.Corrector) metrics.Metric { } } -func (c *correctionMetrics) View() ([]*metrics.View, error) { +func (*correctionMetrics) View() ([]*metrics.View, error) { checkedIndexCount, err := view.New( view.MatchInstrumentName(checkedIndexCount), view.WithSetDescription(checkedIndexCountDesc),