xd009642 / streamer-template

3 stars 0 forks source link

Work on adding otel #11

Closed xd009642 closed 1 month ago

xd009642 commented 1 month ago

Work on adding opentelemetry traces, with propagation etc

xd009642 commented 1 month ago

So there's some minor complexity, and that's if the websocket client is a javascript one you can't set any headers in the request (because javascript is dumb). So I need to add some stuff to get the tracing from a URL or a request body :cry: