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

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...

enhancement
needs triage

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...

enhancement
discussion

### 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...

enhancement
needs triage

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 *...

enhancement
contribution welcome
new instrumentation

### 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...

enhancement

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...

enhancement
needs triage

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)...

enhancement
needs triage