opentelemetry_semantic_conventions::metric

Constant KESTREL_REJECTED_CONNECTIONS

source
pub const KESTREL_REJECTED_CONNECTIONS: &str = "kestrel.rejected_connections";
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