From 9553bfeb936232fec9ff805ab763142880b391b6 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Thu, 8 Feb 2024 09:15:26 -0800 Subject: [PATCH] [chore] remove comment (#9522) This comment has a typo and is invalid: we do not start the exporter in this function. --- exporter/otlpexporter/otlp.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/exporter/otlpexporter/otlp.go b/exporter/otlpexporter/otlp.go index 3950e54dc97..495213825b5 100644 --- a/exporter/otlpexporter/otlp.go +++ b/exporter/otlpexporter/otlp.go @@ -47,8 +47,6 @@ type baseExporter struct { userAgent string } -// Crete new exporter and start it. The exporter will begin connecting but -// this function may return before the connection is established. func newExporter(cfg component.Config, set exporter.CreateSettings) (*baseExporter, error) { oCfg := cfg.(*Config)