Re: Propagating tracing headers

2018-03-15 Thread Gary Brown
Hi James You need to use the camel-opentracing component to propagate the active span via the camel context. Information on configuring for spring-boot can be found here[1], as well as an example[2] - see service1. As the trace context is being provided as B3 format, you will need to provide a tr

Re: CamelOpenTracing broken since 2.19.1 ?

2017-07-03 Thread Gary Brown
Hi Unfortunately there was a breaking API change between OpenTracing 0.22 and 0.30, and there is currently no released version of brave-opentracing that supports the OpenTracing 0.30.0 API. There is a PR in progress: https://github.com/openzipkin/brave-opentracing/pull/43 Regards Gary On Mon, J