opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
### Is your feature request related to a problem? Please describe. When using Apache Shenyu, the server span has no route attribute because Apache Shenyu use customized SpringWebflux WebHandler. ###...
Hi! Is it possible to implement Akka Streams Support for opentelemetry-javaagent?
Earlier, an [issue](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/10617) about adding extension functions for plugins that allow writing existing code in the Ktor DSL style was opened. In this PR, such new functions were added. These...
**Is your feature request related to a problem? Please describe.** We're migrating from opentracing and noticed that manual instrumentation for Executors is missing. **Describe the solution you'd like** I'd like...
We have been asked to generate SBOMs for published assets that are either natively compiled, or have vendored/embedded dependencies. In java, this mainly applies to the javaagent. Reference [Security SIG's...
Resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1572
### Describe the bug As is explained in this [issue](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/10401) I've tried to use manual auto-implementation in a Spring Cloud Gateway API, when a request is made to the Gateway...
### Is your feature request related to a problem? Please describe. [elasticjob](https://github.com/apache/shardingsphere-elasticjob) is a distributed task scheduling framework, the project has 8k stars and 3.3k forks in GitHub. It is...
Avoid user configuration and dependency addition (data source wrapping) for JDBC instrumentation.