@@ -438,7 +438,7 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
438438| ---| ---| ---| ---| ---|
439439| ` aspnetcore.authentication.result ` | string | The authentication result. | ` success ` ; ` failure ` | Always |
440440| ` aspnetcore.authentication.scheme ` | string | The authentication scheme. | ` custom ` | Always |
441- | ` error.type ` | string | The error message. | ` An error occurred in the authorization handler ` | If an authentication error or exception occured . |
441+ | ` error.type ` | string | The error message. | ` An error occurred in the authorization handler ` | If an authentication error or exception occurred . |
442442
443443.
444444
@@ -451,20 +451,20 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
451451| Attribute | Type | Description | Examples | Presence |
452452| ---| ---| ---| ---| ---|
453453| ` aspnetcore.authentication.scheme ` | string | The authentication scheme. | ` custom ` | Always |
454- | ` error.type ` | string | The error message. | ` An error occurred in the authorization handler ` | If an authentication error or exception occured . |
454+ | ` error.type ` | string | The error message. | ` An error occurred in the authorization handler ` | If an authentication error or exception occurred . |
455455
456456.
457457
458458#### Metric: ` aspnetcore.authentication.forbids `
459459
460460| Name | Instrument Type | Unit (UCUM) | Description |
461461| -------- | --------------- | ----------- | -------------- |
462- | ` aspnetcore.authentication.forbids ` <!-- (https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-aspnetcore-metrics/)--> | Counter | ` {request} ` | The total number of times an authenticated user attempts to access a resource they are not permitted to access. |
462+ | ` aspnetcore.authentication.forbids ` <!-- (https://opentelemetry.io/docs/specs/semconv/dotnet/dotnet-aspnetcore-metrics/)--> | Counter | ` {request} ` | The total number of times an authenticated user attempts to access a resource they aren't permitted to access. |
463463
464464| Attribute | Type | Description | Examples | Presence |
465465| ---| ---| ---| ---| ---|
466466| ` aspnetcore.authentication.scheme ` | string | The authentication scheme. | ` custom ` | Always |
467- | ` error.type ` | string | The error message. | ` An error occurred during sign out. ` | If an authentication error or exception occured . |
467+ | ` error.type ` | string | The error message. | ` An error occurred during sign out. ` | If an authentication error or exception occurred . |
468468
469469.
470470
@@ -477,7 +477,7 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
477477| Attribute | Type | Description | Examples | Presence |
478478| ---| ---| ---| ---| ---|
479479| ` aspnetcore.authentication.scheme ` | string | The authentication scheme. | ` custom ` | Always |
480- | ` error.type ` | string | The error message. | ` An error occurred during sign in ` | If an authentication error or exception occured . |
480+ | ` error.type ` | string | The error message. | ` An error occurred during sign in ` | If an authentication error or exception occurred . |
481481
482482.
483483
@@ -490,6 +490,6 @@ The `Microsoft.AspNetCore.Authentication` metrics report information about [Auth
490490| Attribute | Type | Description | Examples | Presence |
491491| ---| ---| ---| ---| ---|
492492| ` aspnetcore.authentication.scheme ` | string | The authentication scheme. | ` custom ` | Always |
493- | ` error.type ` | string | The error message. | ` An error occurred during sign out ` | If an authentication error or exception occured . |
493+ | ` error.type ` | string | The error message. | ` An error occurred during sign out ` | If an authentication error or exception occurred . |
494494
495495::: moniker-end
0 commit comments