opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

[component] Review `component.Host.GetFactory`

Open mx-psi opened this issue 1 year ago • 0 comments

component.Host.GetFactory is used by a single component: the receivercreator. While it may not be possible it would be great to consider if we can remove this or maybe make it optional (by having an optional interface that the service can implement). This would simplify the Host interface

mx-psi avatar Feb 07 '24 09:02 mx-psi