pub const ASPNETCORE_ROUTING_MATCH_ATTEMPTS: &'static str;
Expand description

§Description

Number of requests that were attempted to be matched to an endpoint.

Meter name: Microsoft.AspNetCore.Routing; Added in: ASP.NET Core 8.0

§Metadata

Instrument:counter
Unit:{match_attempt}
Status:Stable

§Attributes

NameRequirement
crate::attribute::ASPNETCORE_ROUTING_MATCH_STATUSRequired
crate::attribute::ASPNETCORE_ROUTING_IS_FALLBACKConditionally required: if and only if a route was successfully matched.
crate::attribute::HTTP_ROUTEConditionally required: if and only if a route was successfully matched.