opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
OpenTelemetry auto-instrumentation and instrumentation libraries for Java
The following instrumentation modules currently override the `io.opentelemetry.javaagent.extension.instrumentation.InstrumentationModule#isIndyModule` and return `false`. Each of them will need to be modified in order to become "indy compliant". This is part of #8999...
### Discussed in https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/11695 Originally posted by **ff-amarkande** June 28, 2024 Hi Team, Trying to format the log message with custom layout for example, refer following logback file ``` %date...
### Is your feature request related to a problem? Please describe. Hello, I am inquiring if there is a way to collect the Class information to which a Span belongs,...
Ensures that the OpenTelemetry API bridge works with `-PtestIndy=true`. Part of #11457. Effectively, this results in the bridge classes being loaded by the `InstrumentationModuleClassloader` instead of being injected into the...
**Is your feature request related to a problem? Please describe.** We're looking to add tracing to Apache NiFi and are weighing options of adding an otel implementation within NiFi or...
### Is your feature request related to a problem? Please describe. This is a request to stabilise this class: [instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/util/SpanNames.java ](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/util/SpanNames.java) ### Describe the solution you'd like Span names should...
### Is your feature request related to a problem? Please describe. We want to propagate trace context using W3 Trace Context header(traceparent) in gRPC requests made by using Spanner client...
[**Describe]([url](url)) the bug** For I now I adopt open telemetry agent of java to instrument my system which architecture is micro-service including a api-gateway which is built with Spring Cloud...
Demo application is using OpenTelemetry Java agent and Micrometer for traces customization. In some cases these custom tags/attributes are getting lost. Not sure if this is a valid setup or...
This is an attempt to fix a few errors and inconsistencies that I've found in the JMX metrics captured with the [JMX Metric Insight](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/javaagent/README.md) feature. I have intentionally limited the...