How to add distributed tracing to websockets properly?
As each websocket connection is long lived, a lot of messages ends up getting traced under one activity. Is there any way to split that? (See below link for reference)
Looks like there is an issue written on .netcore github related to this but while it is getting fixed we want to have an interim fix. Any suggestions on how to handle this?