You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "oscerd (via GitHub)" <gi...@apache.org> on 2023/03/02 14:25:45 UTC

[GitHub] [camel] oscerd commented on pull request #9389: Micrometer Observation component

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-unsubscribe@camel.apache.org

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