opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

OpenTelemetry auto-instrumentation and instrumentation libraries for Java

Results 335 opentelemetry-java-instrumentation issues
Sort by recently updated
recently updated
newest added

Mostly this is done by #5692, but would be great if we could add some kind of verification to ensure that they are in sync and stay in sync.

enhancement

**Describe the bug** The value of `db.statement` gets sanitized properly thanks to `RedisCommandSanitizer`. However when there's a RedisCommandExecutionException thrown, the exception message, stacktrace & status description may contain sensitive data...

enhancement
contribution welcome

This is a tracking issue to fix context leaks in existing tests for all instrumentations that currently have to disable the strict context check. TODO: - [ ] akka-http-10.0/javaagent -...

bug

**Describe the bug** This is a follow-on to https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8415. After using the 1.27 SNAPSHOT recommended in that ticket, I got some Jetty spans back, but nowhere near the expected number....

bug
needs repro

revert #7305 Spring Framework 6 introduced lots of backwards incompatible changes; this also affects Spring Batch versions 5 and above. The aim of this issue is to fix them and...

enhancement
contribution welcome