You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The carbon receiver creates a server resource in its New method. While it doesn't start it before the Start method, it is better to move it to Start so we can control the resource as part of the lifecycle of the component.
Component(s)
receiver/carbon
What happened?
Description
The carbon receiver creates a server resource in its
New
method. While it doesn't start it before theStart
method, it is better to move it toStart
so we can control the resource as part of the lifecycle of the component.See #17400 for bigger context.
Collector version
0.68.0
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: