From f686b33d0caead8b455ed0d90922f3a202e8eb59 Mon Sep 17 00:00:00 2001 From: Vishal Raj Date: Wed, 5 Jun 2024 09:03:18 +0100 Subject: [PATCH] Update input/otlp/metrics.go Co-authored-by: Andrew Wilkins --- input/otlp/metrics.go | 1 - 1 file changed, 1 deletion(-) diff --git a/input/otlp/metrics.go b/input/otlp/metrics.go index d4573b69..42748fb6 100644 --- a/input/otlp/metrics.go +++ b/input/otlp/metrics.go @@ -146,7 +146,6 @@ func (c *Consumer) handleScopeMetrics( } // Handle remapping if any. Remapped metrics will be added to a new // metric slice and then processed as any other metric in the scope. - // TODO (lahsivjar): Possible to approximate capacity of the slice? if len(c.remappers) > 0 { remappedMetrics := pmetric.NewMetricSlice() for _, r := range c.remappers {