Constant KESTREL_CONNECTION_DURATION
pub const KESTREL_CONNECTION_DURATION: &'static str;Expand description
§Description
The duration of connections on the server.
§Notes
Meter name: Microsoft.AspNetCore.Server.Kestrel; Added in: ASP.NET Core 8.0
§Metadata
| Instrument: | histogram |
| Unit: | s |
| Status: | Stable |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ERROR_TYPE | Conditionally_required: if and only if an error has occurred. |
crate::attribute::NETWORK_PROTOCOL_NAME | Recommended |
crate::attribute::NETWORK_PROTOCOL_VERSION | Recommended |
crate::attribute::NETWORK_TRANSPORT | Recommended |
crate::attribute::NETWORK_TYPE | {"recommended": "if the transport is tcporudp"} |
crate::attribute::SERVER_ADDRESS | Recommended |
crate::attribute::SERVER_PORT | Recommended |
crate::attribute::TLS_PROTOCOL_VERSION | Recommended |