diff --git a/aspnetcore/blazor/performance/index.md b/aspnetcore/blazor/performance/index.md index 7ffebbf765ba..3bdf923dc902 100644 --- a/aspnetcore/blazor/performance/index.md +++ b/aspnetcore/blazor/performance/index.md @@ -56,13 +56,14 @@ For more information on the following performance meters, see {componentType}`. +`Microsoft.AspNetCore.Components.Navigate`: Tracks route changes with the format `Route {route} -> {componentType}`. Tags: @@ -119,14 +120,12 @@ Event handling tracing: Tags: * `aspnetcore.components.attribute.name`: Name of the HTML attribute that triggers the event (example: `onClick`). -* `aspnetcore.components.method`: C# method name of the handler. +* `code.function.name`: C# method name of the handler. * `aspnetcore.components.type`: Full name of target C# component that receives the event. * `error.type`: Exception type full name (optional). Links: -* HTTP trace -* SignalR trace * Circuit trace * Route trace