dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.63k stars 25.29k forks source link

Add docs about new SignalR tracing in .NET 9 #33941

Open JamesNK opened 1 week ago

JamesNK commented 1 week ago

Description

Distributed tracing was added for SignalR Core in client and server:

Should be added to docs for .NET 9:

Image

cc @BrennanConroy

Page URL

https://learn.microsoft.com/en-us/aspnet/core/signalr/diagnostics?view=aspnetcore-8.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/signalr/diagnostics.md

Document ID

3e302985-8504-d333-3222-ab8da8902da2

Article author

@bradygaster

BrennanConroy commented 1 week ago

We should consider following the same format as gRPC.

SignalR has two activity names, one for the server, one for the client https://github.com/dotnet/aspnetcore/issues/51557#issuecomment-2136051137