valdar edited a comment on pull request #4001: URL: https://github.com/apache/camel/pull/4001#issuecomment-662892861
@jam01 I am wrapping my head around this and I would really appreciate some hints on how is an external trace coming in the form of a string header `"uber-trace-id"` handled? As an example think about a camel route starting from an http endpoint an external client calling that endpoint passing an http header `"uber-trace-id"=traceId:spanId:parentSpanId:flags`. Would that be taken in account so that the camel produced spans are linked to the incoming `traceId` by the new way of handling the tracing? if yes how? In other and shorter words: where is this piece of functionality https://github.com/apache/camel/blob/camel-3.4.0/components/camel-opentracing/src/main/java/org/apache/camel/opentracing/OpenTracingTracer.java#L325 handled now? Thanks in advance! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org