How to set a traceId and spanId retrieved from websocket communication at receiver side to currentTraceContext ? #12160
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My micro-services are communicating with web socket over stomp and From micro-service1 I got the traceId and spanId in the message headers at the receiver end or subscriber side and now I wanted to set these traceId and spanId which I got to spring cloud sleuth current trace context traceId and spanId so that I can track my websocket message flows easily.
Can someone tell me how can I achieve this.
Thanks,
Raghu
Beta Was this translation helpful? Give feedback.
All reactions