pub const KESTREL_CONNECTION_DURATION: &str = "kestrel.connection.duration";
Expand description
§Description
The duration of connections on the server.
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 | Unspecified |
crate::attribute::NETWORK_PROTOCOL_VERSION | Unspecified |
crate::attribute::NETWORK_TRANSPORT | Unspecified |
crate::attribute::NETWORK_TYPE | Recommended : if the transport is tcp or udp |
crate::attribute::SERVER_ADDRESS | Unspecified |
crate::attribute::SERVER_PORT | Unspecified |
crate::attribute::TLS_PROTOCOL_VERSION | Unspecified |