spring-cloud-sleuth-otel icon indicating copy to clipboard operation
spring-cloud-sleuth-otel copied to clipboard

Spring Cloud Sleuth support for OpenTelemetry

Results 6 spring-cloud-sleuth-otel issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently the `OtelAutoConfiguration` sets the `service.name` attribute to `spring.application.name` (see [here](https://github.com/spring-projects-experimental/spring-cloud-sleuth-otel/blob/f89bbbaa87bd5f27cbb13c773438c0b1592919ab/spring-cloud-sleuth-otel-autoconfigure/src/main/java/org/springframework/cloud/sleuth/autoconfig/otel/OtelAutoConfiguration.java#L146)). We would like to configure the `service.name` in the...

enhancement

**Describe the bug** When calling `tracer.createBaggage` multiple times in `HttpRequestParser`, only the last field is added. The previously added fields are gone. **Sample** https://github.com/jarlehansen/spring-sleuth-baggage **HttpRequestParser** ``` @Bean(HttpServerRequestParser.NAME) fun sleuthHttpServerRequestParser(tracer: Tracer):...

**Describe the bug** I finally got Spring Cloud Sleuth Otel running (I think). In my use case, I want to configure Spring Cloud Sleuth Otel to export traces to an...

documentation
good first issue

https://github.com/spring-cloud/spring-cloud-sleuth/commit/90417f1f074f41fed7b3bfb8e0c8c4e5a6274dd8

**Is your feature request related to a problem? Please describe.** I'm using `spring-cloud-sleuth-otel-autoconfigure-1.0.0-20210328.215254-111.jar:1.0.0-SNAPSHOT`. If `io.opentelemetry:opentelemetry-exporter-otlp` is used as documented, the app fails to run with the following exception ``` Caused...

question
otel-grpc

**Is your feature request related to a problem? Please describe.** Spring-Sleuth does not process have all instrumentation done by Java Agent in particular @WithSpan annotation. So many of library e.g...