opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Add Pulsar Consumer metrics: `messaging.receive.duration`, `messaging.receive.messages`
### Is your feature request related to a problem? Please describe.  Compared to the "Micrometer" package, the exported metrics are much fewer  ### Describe the solution you'd like...
### 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...
### 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...
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...
### 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...
### 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...
- ~~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...