Tyler Yahn
Tyler Yahn
> I see that Java released 2.0 when they changed HTTP sem conv: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0 Right, they went through the migration for that though. That may not be relevant data given...
@edeNFed would it be helpful to expose this as an option as well? Something like `WithAllInstrumentation`? That way any distribution of this project could make all the experimental instrumentation enabled.
> > @edeNFed would it be helpful to expose this as an option as well? Something like `WithAllInstrumentation`? > > That way any distribution of this project could make all...
I still think the stability guarantees we are going to have to provide on unstable instrumentation out-weigh the benefit to the uneducated user wanting to see lights light up. We...
To unblock the beta we should just return `true` by default and just respond incorrectly when the span would have been dropped. We can open another issue for the GA...
> We can open another issue for the GA release to track actually returning the correct value. #787
The return value for this method looks to be stored in an inaccessible register. It does not look like we can modify the return value from the eBPF program. I'm...
We are still relying on Go routine IDs for anything new. Old versions of Go the routines were allocated to the stack.
> @droger88 According to the log you attached, the instrumented app is built with go 1.21.8 which is not supported in our latest official release. @MrAlias should we release a...
> @MrAlias thank you very much, will you also support v1.22? `1.22.0` and `1.22.1` should be supported in the latest release. Please open another issues if you are still having...