File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
aspnetcore/log-mon/metrics/built-in/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments