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

### Describe the bug When using `java.net.spi.InetAddressResolverProvider`, the custom SPI does not load properly. ### Steps to reproduce META-INF/services/java.net.spi.InetAddressResolverProvider: `com.example.demo.MyAddressResolverProvider` ```bash java -javaagent:opentelemetry-javaagent.jar \ -jar target/demo-0.0.1-SNAPSHOT.jar ``` ![image](https://github.com/open-telemetry/opentelemetry-java-instrumentation/assets/15684156/4a336837-655a-4dc9-9283-20e96860dcc5) ### Expected...

bug

## Background First off, starting from the context of the [OTel specification for HTTP spans](https://opentelemetry.io/docs/specs/semconv/http/http-spans/#name), I must say that the current OkHttp spans _do_ adhere to it. Quoting it, >...

enhancement
needs triage

`TracingIterator` wraps `Iterator` returned from kafka, and starts scopes in `next()` and closes them in `hasNext()` for each record in the iterator. This is a clever way to put the...

bug

### Describe the bug In a similar vein to #8227 I've been experimenting with whether you can package the Otel Agent JAR into an uber JAR and have that work....

needs author feedback

1. add jacoco to modules 2. upload jacoco reports to codecov

Adding `opentelemetry-spring-boot-starter` defaults to create an instance of `WebMvcTelemetryProducingFilter` for Spring WebMvc Applications . This filter applies to all requests. However, you only get "beautiful span names" for mappings of...

test native

### Discussed in https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/6407 Originally posted by **paulklos** August 2, 2022 Hi, We have an application that consumes messages from a Kafka topic. It's configured with Kafka bindings using Spring...

repro provided

Hi! IntelliJ recently announced that they are going to release their official Ktor instrumentation library but there isn't any release date. So since the changes between Ktor 2 and Ktor...

### Describe the bug I won't called it a bug but is something unexpected. Under high load our reactive service get OOM. The cause is the `CommandHandler#stack` lettuce-core deque (please...

bug
needs repro
needs triage

**Describe the bug** If `instrumentation-spring-boot-starter` is added to Spring Boot application it breaks `/actuator/metrics` endpoint. When we query `/actuator/metrics` endpoint all of the metrics are still available in the names...

bug
spring boot starter