Constant ASPNETCORE_ROUTING_MATCH_ATTEMPTS
pub const ASPNETCORE_ROUTING_MATCH_ATTEMPTS: &'static str;Expand description
§Description
Number of requests that were attempted to be matched to an endpoint.
§Notes
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_IS_FALLBACK | Conditionally_required: if and only if a route was successfully matched. |
crate::attribute::ASPNETCORE_ROUTING_MATCH_STATUS | Required |
crate::attribute::HTTP_ROUTE | Conditionally_required: if and only if a route was successfully matched. |