oscerd commented on PR #9389:
URL: https://github.com/apache/camel/pull/9389#issuecomment-1451951506

   As far as I remember it was not really easy to have a full trace, in the end 
we were able to have one trace for each route.
   
   This means from..to, when you pass to another from..to, like for example
   
                from("direct://bar")
                                .log("hello")
                                .to("direct://micrometer")
   
   This will be another trace. I don't remember the reason, but I think 
instrumenting it to take into account all the routes for a single trace was too 
hard to implement or too invasive. I might remember wrongly nevertheless


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to