You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/23 08:52:32 UTC

[GitHub] [camel] valdar commented on pull request #4001: CAMEL-15260 - Adds tracing strategy to enable spans for each processor

valdar commented 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?
   
   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:
users@infra.apache.org