Skip to content

Commit

Permalink
[chore] Remove resolved TODO about span name prefix (#12333)
Browse files Browse the repository at this point in the history
#### Description
This PR deletes the TODO comment that sparked #9382. The original intent
is a bit unclear, but it is probably addressed by #11769. See tracking
issue for discussion and related PRs.

#### Link to tracking issue
Resolves #9382
  • Loading branch information
jade-guiton-dd authored Feb 10, 2025
1 parent 06a7711 commit 7f6a9e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/confighttp/confighttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ func (hss *ServerConfig) ToServer(_ context.Context, host component.Host, settin
serverOpts.OtelhttpOpts...)

// Enable OpenTelemetry observability plugin.
// TODO: Consider to use component ID string as prefix for all the operations.
handler = otelhttp.NewHandler(handler, "", otelOpts...)

// wrap the current handler in an interceptor that will add client.Info to the request's context
Expand Down

0 comments on commit 7f6a9e1

Please sign in to comment.