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

Proposing a new feature, where user can get the request parameters, i.e. headers, body etc. in resource attributes. This can be controlled via a feature toggle as @zeitlinger suggested to...

enhancement
contribution welcome

### Describe the bug The java-agent locks any application using **virtual-threads** upon an **external call** if you add the `-Djdk.tracePinnedThreads=short` to the VM options. ### Steps to reproduce Create a...

bug
needs triage

### Describe the bug When attempting to run the tests on my Mac M1 processor, the OSHI tests fail with JNA related errors. Upon investigation, I found https://github.com/oshi/oshi/issues/1462, which shows...

bug
area:tests
needs triage

It should work by adding `runtimeOnly "io.micrometer:micrometer-tracing-bridge-otel"` to the dependencies. Not sure if this should be included in the starter by default.

documentation
spring boot starter

### Is your feature request related to a problem? Please describe. Existing Kafka instrumentation does not capture any server/network details. So in case I have multiple kafka clusters in my...

enhancement
contribution welcome

### Is your feature request related to a problem? Please describe. Azure SDKs are instrumented natively. We have a plugin ([azure-core-tracing-opentelemetry](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/core/azure-core-tracing-opentelemetry)) [shaded](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/azure-core/azure-core-1.36) into the otel java agent. Our SDKs are...

enhancement
needs triage

## Introduction GraalVM native image can improve Java applications's startup performance and runtime memory footprint significantly. But as everything is compiled in advance and no bytecode is left at runtime,...

### Is your feature request related to a problem? Please describe. The OpenTelemetry Java agent already excels in automatically generating spans around specified methods via the `otel.instrumentation.methods.include` configuration. This feature,...

enhancement