Constant ASPNETCORE_IDENTITY_USER_UPDATE_DURATION
pub const ASPNETCORE_IDENTITY_USER_UPDATE_DURATION: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
The duration of user update operations.
§Notes
Meter name: Microsoft.AspNetCore.Identity; Added in: ASP.NET Core 10.0
§Metadata
| Instrument: | histogram |
| Unit: | s |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ASPNETCORE_IDENTITY_ERROR_CODE | Conditionally_required: if an error was set on a failed identity result. |
crate::attribute::ASPNETCORE_IDENTITY_RESULT | Conditionally_required: if no exception was thrown. |
crate::attribute::ASPNETCORE_IDENTITY_USER_UPDATE_TYPE | Required |
crate::attribute::ASPNETCORE_IDENTITY_USER_TYPE | Required |
crate::attribute::ERROR_TYPE | Conditionally_required: if and only if an error has occurred. |