squakez commented on PR #16386: URL: https://github.com/apache/camel/pull/16386#issuecomment-2553056774
@thomas-gantenbein-tga yes, we can close this PR. Actually we should not close the Jira issue though, as indeed there is a problem how the tracing component works. Fortunately there are patches in place that makes the tracing working correctly when pushing traces to the collector, but, does not work when we use the MDC, hiding some flaw in the design. I am working on it since a couple of weeks and I am getting a deeper knowledge of the entire stack. We have a coupling beetween the tracing component (which should be completely generic and abstract) and the opentelemetry that makes the entire stack a bit inconsistent. I have the feeling we need to go through a deep refactoring as any further patch is solving some problem but potentially opening others (ie, I solved the MDC problem but there is some span leaking I am not able to figure it out). I'll provide more updates as soon as the analysis is progressing. -- 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