Skip to content

Commit 96d29d5

Browse files
committed
.NET 10 metrics /1
1 parent a971217 commit 96d29d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ The `Microsoft.AspNetCore.Authorization` metrics report information about [Autho
412412
| Attribute | Type | Description | Examples | Presence |
413413
|---|---|---|---|---|
414414
| `user.is_authenticated` | Boolean | Match result | `success`; `failure` | Always |
415-
| `aspnetcore.authorization.result` | string | The authentication result. | `success` | Always |
415+
| `aspnetcore.authorization.result` | string | The authentication result. | `success` ; `failure` | Always |
416416
| `aspnetcore.authorization.policy` | string | The authorization policy. | `Basic` | Always |
417417
| `error.type` | string | The error message. | `An error occurred in the authorization handler` | Always |
418418

@@ -436,7 +436,7 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
436436

437437
| Attribute | Type | Description | Examples | Presence |
438438
|---|---|---|---|---|
439-
| `aspnetcore.authentication.result` | string | The authentication result. | `success` | Always |
439+
| `aspnetcore.authentication.result` | string | The authentication result. | `success` ; `failure` | Always |
440440
| `aspnetcore.authentication.scheme` | string | The authentication scheme. | `custom` | Always |
441441
| `error.type` | string | The error message. | `An error occurred in the authorization handler` | If an authentication error or exception occured. |
442442

0 commit comments

Comments
 (0)