jamesnetherton commented on issue #7813: URL: https://github.com/apache/camel-quarkus/issues/7813#issuecomment-3860346212
Unfortunately, I uncovered a case where this is not 100% fixed. When routes contain `vertx-http` endpoints, traces become disconnected. It does not seem to happen with a standalone `camel-main` app using the Otel Java Agent. So there is maybe something in Quarkus that is causing issues. One option that could help is to suppress internal tracing from the Vert.x HTTP client. When I do that, the trace span hierarchy appears as expected. I opened an issue to implement an option for that https://issues.apache.org/jira/browse/CAMEL-22968. We could force the `TracingPolicy` in CQ if Quarkus otel is detected. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
