1
0
mirror of synced 2025-12-25 02:14:57 -05:00

Fix small typo (#9398)

This commit is contained in:
Maira Wenzel
2024-07-09 18:51:54 -07:00
committed by GitHub
parent 8723b595f4
commit 46eab67659

View File

@@ -60,7 +60,7 @@ The project templates for Blazor, MVC, and Razor Pages have all been updated to
SignalR now has an `ActivitySource` named "Microsoft.AspNetCore.SignalR.Server" that emits events for hub method calls. Every method is its own activity, so anything that emits an activity during the hub method call will be under the hub method activity. Hub method activities don't have a parent, so they won't be bundled under the long running SignalR connection.
Here's how these new activities look in the the [.NET Aspire dashboard](https://learn.microsoft.com/dotnet/aspire/fundamentals/dashboard/overview?tabs=bash#standalone-mode):
Here's how these new activities look in the [.NET Aspire dashboard](https://learn.microsoft.com/dotnet/aspire/fundamentals/dashboard/overview?tabs=bash#standalone-mode):
![SignalR distributed tracing](./media/signalr-distributed-tracing.png)