Skip to content
Advertisement

Tag: opentracing

How adap Sleuth headers to make them compatible with OpenTracing

I’m working on a big stack of micro services written in Spring Boot, those services are using spring-cloud-starter-sleuth in order to trace the calls between several services. My concern is that I have implemented a new service based on Quarkus and the quarkus-smallrye-opentracing doesn’t recognize header sent by Sleuth. I cannot modify the existing services using Sleuth and so I’m

Advertisement