squakez commented on issue #7801: URL: https://github.com/apache/camel-quarkus/issues/7801#issuecomment-3361600949
That's the point. IMO, they are not identical. One is generated by Camel, the other is generated by the dependency. And the hint that they are different is even more evident with the new telemetry component. You can see that the camel spans always carries the exchangeId, for instance, whilst the vertx one doesn't. Also, the vertx library is exposing parameters that are specific to the http domain (client address, body size, ...) which may be interesting from an observability standpoint. If you do this with this dependency you will end up needing the same approach with many more dependencies which are adding their spans to the trace as well. -- 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]
