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.
§Notes
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 | Recommended |
crate::attribute::NETWORK_PROTOCOL_VERSION | Recommended |
crate::attribute::NETWORK_TRANSPORT | Recommended |
crate::attribute::NETWORK_TYPE | {"recommended": "if the transport is tcpor udp"} |
crate::attribute::SERVER_ADDRESS | Recommended |
crate::attribute::SERVER_PORT | Recommended |