We incorporated spring cloud sleuth (1.1.3 RELEASE) in our spring boot 1.x application and had no problems with header propagation over rest.
However we upgraded our application to spring boot 2.0.4 and added cloud sleuth 2.0.1 RELEASE. Now, trace and Span Ids are not propagated over rest calls.
Debug points inside of B3Propagation and TracingClientHttpRequestInterceptor are not being invoked at all.
Has something changed in the newer versions of sleuth or is any additional configuration required for the TracingClientHttpRequestInterceptor?
Any pointers would be greatly appreciated.
Thanks.