opentelemetry-collector
opentelemetry-collector copied to clipboard
[component] Review `component.Host.GetFactory`
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