JinyuChen97 opened a new pull request, #8817: URL: https://github.com/apache/camel-quarkus/pull/8817
Enables WebSocket message spans to link back to HTTP upgrade request spans for complete distributed tracing across protocol boundaries. Changes: - VertxWebsocketRecorder: Override createConsumer() to use custom consumer - QuarkusVertxWebsocketConsumer: Custom consumer for Quarkus environment - Add OpenTelemetry API dependency to vertx-websocket runtime - Integration tests for span link functionality (single and multi-link) - Documentation: SPAN_LINK_IMPLEMENTATION_FLOW.md Tests: - VertxWebsocketSpanLinkTest: Basic span link test - VertxWebsocketMultiSpanLinkTest: Multiple span links (sendToAll) - VertxWebsocketSpanLinkIT: Native mode integration test Related to: #8280 Co-Authored-By: Claude Sonnet 4.5 <[email protected]> -- 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]
