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

Distributed tracing for spring cloud

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

I'm using spring-cloud-sleuth to perform tracing for my data pipeline application with project reactor. Traces and span works fine when my pipeline works per message, e.g. `.map(message -> myFunc(message))` I...

question
feedback-provided

**Describe the bug** I'm not sure if it's misconfiguration in my code or a bug in spring-cloud-gateway or any other dependent ones (e.g. sleuth, brave, reactor, etc); the tracing information...

question
feedback-provided

**Describe the bug** Please see https://github.com/spring-projects/spring-boot/issues/29151 for details. **Sample** [This zipped Maven project](https://github.com/spring-cloud/spring-cloud-sleuth/files/7896923/sample.zip) will reproduce the problem using Sleuth 3.0.5 without really involving Boot. Running the main method will fail:...

bug

Hello Spring Cloud Sleuth Team, I wanted to start an issue observed using this project Background, the project is a Java 11 + Spring Boot 2.6.7 + Jubilee 2021.0.1, latest...

feedback-provided

`Spring Boot 2.7.0-M3` (`spring-boot-starter-webflux` and `spring-boot-starter-graphql`) `Spring Cloud Sleuth 3.1.1` (`spring-cloud-starter-sleuth` and `spring-cloud-sleuth-zipkin`) `sleuth.reactor.instrumentation-type: decorate_queues` GraphQL Schema is mapped to controller using `@QueryMapping` which leverages a bean to call an...

feedback-provided

**Describe the bug** When upgrading from Spring Cloud 2020.0.4 to Spring Cloud 2021.0.1 this breaks the ordering of Kafka messages when using flatMapSequential. The reason I think this is Spring...

bug

**Describe the bug** When the Spring context contains a `ScheduledExecutorService` bean, and when 1. `ScheduledTaskRegistrar` is used to schedule recurring background jobs, or 2. `@Scheduled(cron)` is used each job will...

bug

Hello, Met a strange behaviour when kafka message is sent or received. Could you help to undestand what is wrong in my example, please? For example we have a tracing...

feedback-provided

Hi, when upgrading to spring-cloud 2020.0.4 from Hoxton I encountered dependency convergence issues. We use the maven plugin: `maven-enforcer-plugin` with a rule to fail on Dependency Convergence. Below is a...

task

Currently connecting to Zipkin has a hardcoded 1-second timeout, which for me isn't long enough. When I connect to a Zipkin server behind a VPN from my local PC on...

enhancement
help wanted