Replies: 1 comment 5 replies
-
Hi @pwfarwell . I don't know of anyone who has done this yet. Are you looking to propagate trace/span ids over the websocket connection, on a per-message basis, or just have a single traceid/spanid propagated on the opening of the connection? As far as I know, the per-message propagation would certainly have to be something custom, depending on the specific protocol that's being used over the websocket, but if you had a way to write a Getter/Setter implementation that would write the keys into something in your message structure, then I would guess our existing propagators could work. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our application uses the spring-websocket library.
We have integrated with manual otel tracer support (not the automated java-agent)
If this is supported in otel 1.1 (or higher), is the header injection pattern the same as standard http headers?
Or is there a different approach I need with websockets?
(Apologies in advance - I searched for 'opentelemetry support for websockets', but couldn't find much. Perhaps that is the answer :) )
Beta Was this translation helpful? Give feedback.
All reactions