opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
The current disabled instrumentations section lack multiple instrumentations that has been disabled by default, I've added them to the list, but still need detailed explain why they are disabled.
### Describe the bug Whenever a single kafka client is closed, kafka metrics instrumentation is disabled globally. In applications that have more than one client, this will stop metrics collection...
### Describe the bug Hello, I am trying to use the [Spring Boot starter](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/) in a Spring Boot app to achieve observability. I have followed the [Getting started](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/) steps and...
This PR will solve #11861 to support structured logging in logback logging method with arguments In legacy java application methods like **log.info("Message {}, {} and {}, arg1,arg2,arg3)** often happens in...
### Describe the bug [starter.zip](https://github.com/user-attachments/files/16301623/starter.zip) Hi team, We are facing a issue where the Context/Span is lost/reset after a Grpc/HttpClient2 call. However, VertxContextStorage still has the context/span. ### Steps to...
Fixes https://github.com/open-telemetry/opentelemetry-lambda/issues/640
Related to #7195 I tried to reduce code duplication with the assertion helper class, but if you find that approach to be harder to read or overkill let me know...
related to #9340 Add file descriptor metrics to agent (support openj9)