Top "Spring-cloud-sleuth" questions

Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud, borrowing heavily from Dapper, Zipkin and HTrace.

Adding the traceId from Spring Cloud Sleuth to response

I am currently implementing Spring Cloud Sleuth in our project. I have a requirement to add the traceId to the …

spring-cloud spring-cloud-sleuth
Spring cloud sleuth did not run with Zipkin

first i had a small issue with this class brave.sampler.Sampler could not import this class, only imported when …

java spring-boot spring-cloud zipkin spring-cloud-sleuth
Spring Cloud Sleuth with OpenTracing

Is there a way to use Spring Cloud Sleuth with OpenTracing? I want to connect Spring clients with Jaeger

spring-cloud-sleuth opentracing
Adding custom trace id in sleuth

I am using sleuth 2.0.x, I want to add my own trace id apart from its own. I`m going …

zipkin spring-cloud-sleuth brave
app fails to start when sleuth and zipkin are added

I have a Spring Boot app that I'm updating to 1.5.1. It works great, until I add Sleuth and Zipkin to …

spring-boot spring-cloud zipkin spring-cloud-sleuth
Best way to pass custom headers along with Sleuth X-B3* headers

As per the README here , I am using the following configuration to pass x-vcap-request-id and x-vcap-group-id from one application to …

spring spring-cloud spring-cloud-sleuth