pub const KESTREL_ACTIVE_TLS_HANDSHAKES: &str = "kestrel.active_tls_handshakes";
Expand description
§Description
Number of TLS handshakes that are currently in progress on the server.
Meter name: Microsoft.AspNetCore.Server.Kestrel
; Added in: ASP.NET Core 8.0
§Metadata
Instrument: | updowncounter |
Unit: | {handshake} |
Status: | Stable |
§Attributes
Name | Requirement |
---|---|
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 |