opentelemetry-collector
opentelemetry-collector copied to clipboard
[service/internal] Remove Ready from status.Reporter
Description
This PR removes the Ready
method from status.Reporter
. This check was necessary when ReportStatus
was on TelemetrySettings
as it should not be called until component start-time, but was available to a component at create-time. This method now resides on host
which is not available until component start, making this check unnecessary. This is an internal refactor that should not affect any other users. I'm not sure if this needs a changelog, but I generated one anyways and set the type to breaking, as it removes a method from an interface.
Link to tracking issue
Fixes #10792
Testing
Units