-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add activities to SignalR invocations #51557
Comments
Thanks for contacting us. We're moving this issue to the |
Yes please. Bidirectional tracing is useful in scenario's like IoT devices with local intelligent hubs plus cloud (a project I am working on). Or like in this chat app example trace, 2 app instances connected to the cloud backend with SignalR. It is helpful to see the true end2end flow and timings. |
Still planning to do this in 9. |
The activity source
|
Lots of progress on this in .NET 9. Moving to 10 for the rest. |
Actually, this might be worth reconsidering a bit more thoughtfully to decide which parts to prioritize. Un-milestoning for now (cc @BrennanConroy @JamesNK) |
Today SignalR invocations do not have any activity associated with them. We currently piggy-back on the default ASP.NET Core activity and it's not great for invocations over the websocket. We should add an activity following the semantic conventions for rpc.
Open questions:
cc @BrennanConroy
The text was updated successfully, but these errors were encountered: