KESTREL_REJECTED_CONNECTIONS

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

NameRequirement
crate::attribute::NETWORK_TRANSPORTRecommended
crate::attribute::NETWORK_TYPE{"recommended": "if the transport is tcporudp"}
crate::attribute::SERVER_ADDRESSRecommended
crate::attribute::SERVER_PORTRecommended