Bogdan Drutu
Bogdan Drutu
I think the problem was resolved
Another thing is that adding new methods on a service will generate backwards incompatible code for languages like golang where that means adding a new func to an interface.
This is done now.
@mx-psi here is a followup on how we can remove a lot of complications, and I believe is reasonable to have this and we can have much better checks, etc.
Looks like I am consistent :))))
> LGTM. @bogdandrutu, you had a lot of feedback on this PR. Having a lot of feedback is it bad or good? Or why did you mentioned this? > Have...
As one of the maintainer who tries to review this changes, I am sure everyone understands why the multi-consumer helps and is a useful capability to support, but I cannot...
To clarify a bit more, I had a conversation about this with @jmacd and what I understood was that we want to "block" the incoming request to signal LBs that...
Only reading https://github.com/open-telemetry/opentelemetry-collector/issues/10534#issuecomment-2236890790 I understand that this is less than ideal change, since we move the "complication" of setting up the processors instances to the user that is required to...
Allow users a consistent story across languages to disable first party instrumentation for a library
> Can't this be done by disabling per-scope with Scope Configuration: https://github.com/open-telemetry/opentelemetry-specification/pull/3877 ? Thanks @tsloughter, this will help for the isolated case of the whole library. > Also, the Developer...