pub const KESTREL_QUEUED_REQUESTS: &str = "kestrel.queued_requests";
Expand description
§Description
Number of HTTP requests on multiplexed connections (HTTP/2 and HTTP/3) that are currently queued and are waiting to start.
Meter name: Microsoft.AspNetCore.Server.Kestrel
; Added in: ASP.NET Core 8.0
§Metadata
Instrument: | updowncounter |
Unit: | {request} |
Status: | Stable |
§Attributes
Name | Requirement |
---|---|
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 |