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

Add Pulsar Consumer metrics: `messaging.receive.duration`, `messaging.receive.messages`

### Is your feature request related to a problem? Please describe. ![image](https://github.com/user-attachments/assets/f9a56d17-01be-4ae2-8692-8a209a7aed0b) Compared to the "Micrometer" package, the exported metrics are much fewer ![image](https://github.com/user-attachments/assets/02475609-93b3-4905-93e7-ebb86cc40d04) ### Describe the solution you'd like...

enhancement
needs triage

### Describe the bug akka instrumentation adding extraneous slashes to `http.route` attribute and span name. ### Steps to reproduce https://github.com/asuresh4/akka-example/tree/main contains an example where this behavior is readily reproducible along...

bug
contribution welcome
repro provided

### Is your feature request related to a problem? Please describe. The timestamp is exported in milliseconds precision by the `OpenTelemetryAppender` which lead to trouble to sort logs at a...

enhancement
needs triage

Resolves #9736. reference https://opentelemetry.io/docs/specs/semconv/rpc/rpc-metrics/#metric-rpcserverrequestsize

### Is your feature request related to a problem? Please describe. While conducting a performance test, I discovered through flame graph analysis that the merge operation in the `HttpServerMetrics.onEnd()` causes...

enhancement
needs triage

### Is your feature request related to a problem? Please describe. I was using the opentelemetry-javaagent in order to make use of OTel auto-instrumentation. While I was looking at the...

enhancement
needs author feedback

### Is your feature request related to a problem? Please describe. For server rpc spans, sometimes the rpc service/method is not known when the span is started. Unfortunately [`RpcServerAttributesExtractor`](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/5afe4d203524cea9907e4e5393feb74f52844949/instrumentation-api-semconv/src/main/java/io/opentelemetry/instrumentation/api/instrumenter/rpc/RpcServerAttributesExtractor.java) cannot...

enhancement

- ~~hibernate~~ moved to #11553 - ~~awk sdk~~ moved to #11552 - ~~elasticsearch~~ moved to #11554 - ~~netty~~ moved to #11559 - indy instrumentation module documentation Relates to #11457

**Describe the bug** Setting up the OpenTelemetry Spring Boot Starter as [described in the documentation](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/#dependency-management) using the recently released version 1.40.0 will prevent the Spring Boot context from loading due...

bug