sleuth valve for tomcat
inject header on first request for springboot avoid proxy/firewall instrumentation
At idealo we do a lot of microservices with spring-boot. To trace request we use spring-cloud-sleuth as opentracing implementation. I’m missing the injection of the trace header on the first request. You still need to deliver those with your request. So here follows my solution…