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. ApplicationTracer doesn't implement ExtendedTracer - similar for other APIs https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/opentelemetry-api/opentelemetry-api-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetryapi/trace/ApplicationTracer.java In the SDK, there's a similarly surprising problem: https://github.com/open-telemetry/opentelemetry-java/pull/6617...
### Is your feature request related to a problem? Please describe. New Relic have a max length on attributes, and as such long stack traces are getting truncated. We would...
JMX Insights supports some values for `otel.jmx.target.system`, those are defined in YAML files [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jmx-metrics/javaagent/src/main/resources/jmx/rules). JMX Gatherer (in contrib) supports more values of `otel.jmx.target.system`, those are defined in Groovy scripts [here](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics/src/main/resources/target-systems)....
Hi all, I apologize in advance if this is a known issue, but I could not find any entry clearly describing this issue. **Describe the bug** When a Java application...
### Is your feature request related to a problem? Please describe. build failed because of `Task :instrumentation:couchbase:couchbase-common:testing:codenarcMain FAILED` steps to resolve: - download huge CI log - search for 'Failed`...
### Is your feature request related to a problem? Please describe. The current build of the opentelemetry-java-instrumentation project lacks the necessary OSGi manifest headers in its generated JAR files. This...
### Is your feature request related to a problem? Please describe. No ### Describe the solution you'd like I would like instrumentation of camunda so that applications that utilize camunda...
### Describe the bug When a virtual thread is started context should propogate from the thread starting the virtual thread, but this is not happening instead a new context is...
### Is your feature request related to a problem? Please describe. DropWizard Metrics does not natively support tags/attributes. However, a common workaround for users of DropWizard Metrics is to encode...
**Is your feature request related to a problem?** Most of the existing OpenTelemetry repositories display a badge for code coverage. In an effort to have the Java-instrumentation repository to be...