Open
Description
Component(s)
extension/healthcheck
Is your feature request related to a problem? Please describe.
The implementation of check_collector_pipeline
feature doesn't work as expected, the handler will always return 200 after the interval
and it depends on the internal observability of exporters to check the health status. (Read #11780 for details)
Describe the solution you'd like
After the component status reporting mechanism (open-telemetry/opentelemetry-collector#8169) is merged, we can migrate the healthcheck to the mechanism and extend it to support receivers and processors.
Describe alternatives you've considered
No response
Additional context
No response