opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
servlet 5 is very similar to 3 - will do that in a follow-up PR related to #7195
Hopefully resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/11887 Remove reduntant attributes combination in `OperationListener.onEnd`, move all attributes extract to `AttributesExtractor.onEnd`
This is an approach to reduce the indexing time, and sometimes IDE's freezing, caused by the large amount of subprojects involved in this repo. The idea is always to include/enable...
Add rabbitmq telemetry for manual instrumentation
This PR shows how to inject baggage attributes to a span. Some test pipelines are failing due to some Deprecated Gradle features in use, making it incompatible with Gradle 9.0....
Instead of using a proxy to supply our version of the MDC & context, we could rely on the fact that `ILoggingEvent` is an interface that we can simply implement...