pub const ASPNETCORE_ROUTING_MATCH_ATTEMPTS: &str = "aspnetcore.routing.match_attempts";
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
Name | Requirement |
---|---|
crate::attribute::ASPNETCORE_ROUTING_MATCH_STATUS | Required |
crate::attribute::ASPNETCORE_ROUTING_IS_FALLBACK | Conditionally required : if and only if a route was successfully matched. |
crate::attribute::HTTP_ROUTE | Conditionally required : if and only if a route was successfully matched. |