Skip to content

Commit f76a1d8

Browse files
committed
.NET 10 metrics /1
1 parent 8d2e2cc commit f76a1d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

aspnetcore/log-mon/metrics/built-in/includes/built-in10.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:::moniker range=">= aspnetcore-10.0"
22

33
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).
55

66
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
77

@@ -78,8 +78,6 @@ The `Microsoft.AspNetCore.Routing` metrics report information about [routing HTT
7878

7979
The `Microsoft.AspNetCore.Diagnostics` metrics report diagnostics information from [ASP.NET Core error handling middleware](/aspnet/core/fundamentals/error-handling):
8080

81-
- [`aspnetcore.diagnostics.exceptions`](#metric-aspnetcorediagnosticsexceptions)
82-
8381
#### Metric: `aspnetcore.diagnostics.exceptions`
8482

8583
| Name | Instrument Type | Unit (UCUM) | Description |
@@ -427,7 +425,8 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
427425
* [`aspnetcore.authentication.authenticate.duration`](#metric-aspnetcoreauthenticationauthenticateduration)
428426
* [`aspnetcore.authentication.challenges`](#metric-aspnetcoreauthenticationchallenges)
429427
* [`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)
431430

432431
<!--- section links here -->
433432
##### Metric: `aspnetcore.authentication.authenticate.duration`

0 commit comments

Comments
 (0)