opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
These were changed in https://github.com/open-telemetry/semantic-conventions/pull/731 `enduser.id` was brought back, but in the context of client instrumentation, I think we should probably switch our usage to `user.id` `enduser.scope` was deprecated with...
### Is your feature request related to a problem? Please describe. I have a **Kafka Streams application** where I'm **linking spans** through stream processing. I'm heavily using kafka-clients and kafka-streams...
When we first built the Instrumentation API, tracing was (and often still is!) on the forefront of developers' minds. Over time, it becomes more apparent that not all instrumentation is...
### Is your feature request related to a problem? Please describe. I can not choose logger when using auto instrumentation and logback. When it's setting like `OTEL_LOGS_EXPORTER=otlp` (default) and `java...
It would be great to have instrumentation for https://github.com/briandilley/jsonrpc4j. The matching could get a little interesting, because this library includes support for: * client * server * spring remoting *...
### Tracking Current status (February 2025): 1. The original proposal is below in this description. This was accepted for proceeding on in Java SIG meeting July 20 2023, after example...
Related to #7345 I know there are still discussions ([here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12984#discussion_r1900602815) and [here](https://github.com/open-telemetry/semantic-conventions/issues/1677)) around these conventions, but figured another example might help us continue to validate Is this the right approach?
### Is your feature request related to a problem? Please describe. Currently, the OpenTelemetry Java Agent does not support exporting telemetry data directly to Kafka. Users who want to send...
To be able to use the io.opentelemetry.runtime-telemetry-java17 instrumentation with GraalVM native images. https://www.graalvm.org/latest/reference-manual/native-image/debugging-and-diagnostics/JFR/ Related to https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13078
### Is your feature request related to a problem? Please describe. I'm using Spring Boot app and I was hoping I could utilize the [CRaC](https://docs.azul.com/core/crac/crac-introduction) project. My app uses [this](https://github.com/open-telemetry/opentelemetry-java-instrumentation)...