Skip to content

Commit

Permalink
[chore] remove comment (open-telemetry#9522)
Browse files Browse the repository at this point in the history
This comment has a typo and is invalid: we do not start the exporter in
this function.
  • Loading branch information
atoulme committed Feb 8, 2024
1 parent f1e60b5 commit 9553bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exporter/otlpexporter/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9553bfe

Please sign in to comment.