pub const KESTREL_TLS_HANDSHAKE_DURATION: &str = "kestrel.tls_handshake.duration";
Expand description
§Description
The duration of TLS handshakes 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_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 |