Constant KESTREL_ACTIVE_CONNECTIONS
pub const KESTREL_ACTIVE_CONNECTIONS: &'static str;Expand description
§Description
Number of connections that are currently active on the server.
§Notes
Meter name: Microsoft.AspNetCore.Server.Kestrel; Added in: ASP.NET Core 8.0
§Metadata
| Instrument: | updowncounter |
| Unit: | {connection} |
| Status: | Stable |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::NETWORK_TRANSPORT | Recommended |
crate::attribute::NETWORK_TYPE | {"recommended": "if the transport is tcporudp"} |
crate::attribute::SERVER_ADDRESS | Recommended |
crate::attribute::SERVER_PORT | Recommended |