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

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,...

enhancement
needs triage

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...

test indy

**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...

enhancement
contribution welcome
new instrumentation

### 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...

enhancement
needs triage

### 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...

enhancement
needs triage

[**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...

bug
micrometer

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...

bug
repro provided
micrometer

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...