opentelemetry-collector
opentelemetry-collector copied to clipboard
[configgrpc] Remove `ServerConfig.ToListener` and `ToListenerContext`?
This option is redundant since one can already call ServerConfig.NetAddr.Listen instead. Should we deprecate it?
+1, agree.
Also, as a general rule all these "ToFoo" should have options in the signature for future proof and very important Context as first argument.
Also, as a general rule all these "ToFoo" should have options in the signature for future proof and very important
Contextas first argument.
Split off at #9490