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 {