|
1 | 1 | :::moniker range=">= aspnetcore-10.0" |
2 | 2 |
|
3 | 3 | This article describes the metrics built-in for ASP.NET Core produced using the |
4 | | -<xref:System.Diagnostics.Metrics?displayProperty=nameWithType> API. For a listing of metrics based on the older [EventCounters](/dotnet/core/diagnostics/event-counters) API,see [Available counters](/dotnet/core/diagnostics/available-counters). |
| 4 | +<xref:System.Diagnostics.Metrics?displayProperty=nameWithType> API. For a listing of metrics based on the older [EventCounters](/dotnet/core/diagnostics/event-counters) API, see [Available counters](/dotnet/core/diagnostics/available-counters). |
5 | 5 |
|
6 | 6 | See [Using ASP.NET Core metrics](xref:log-mon/metrics/metrics) for information about how to collect, report, enrich, and test ASP.NET Core metrics |
7 | 7 |
|
@@ -78,8 +78,6 @@ The `Microsoft.AspNetCore.Routing` metrics report information about [routing HTT |
78 | 78 |
|
79 | 79 | The `Microsoft.AspNetCore.Diagnostics` metrics report diagnostics information from [ASP.NET Core error handling middleware](/aspnet/core/fundamentals/error-handling): |
80 | 80 |
|
81 | | -- [`aspnetcore.diagnostics.exceptions`](#metric-aspnetcorediagnosticsexceptions) |
82 | | - |
83 | 81 | #### Metric: `aspnetcore.diagnostics.exceptions` |
84 | 82 |
|
85 | 83 | | Name | Instrument Type | Unit (UCUM) | Description | |
@@ -427,7 +425,8 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth |
427 | 425 | * [`aspnetcore.authentication.authenticate.duration`](#metric-aspnetcoreauthenticationauthenticateduration) |
428 | 426 | * [`aspnetcore.authentication.challenges`](#metric-aspnetcoreauthenticationchallenges) |
429 | 427 | * [`aspnetcore.authentication.forbids`](#metric-aspnetcoreauthenticationforbids) |
430 | | -* [`aspnetcore.authentication.sign_ins`](#metric-aspnetcoreauthenticationsignins) |
| 428 | +* [`aspnetcore.authentication.sign_ins`](#metric-aspnetcoreauthenticationsign_ins) |
| 429 | +* [`aspnetcore.authentication.sign_outs`](#metric-aspnetcoreauthenticationsign_outs) |
431 | 430 |
|
432 | 431 | <!--- section links here --> |
433 | 432 | ##### Metric: `aspnetcore.authentication.authenticate.duration` |
|
0 commit comments