Constant KESTREL_REJECTED_CONNECTIONS
pub const KESTREL_REJECTED_CONNECTIONS: &'static str;Available on crate feature
opentelemetry only.Expand description
§Description
Number of connections rejected by the server.
§Notes
Connections are rejected when the currently active count exceeds the value configured with MaxConcurrentConnections.
Meter name: Microsoft.AspNetCore.Server.Kestrel; Added in: ASP.NET Core 8.0
§Metadata
| Instrument: | counter |
| 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 |