pub const ASPNETCORE_RATE_LIMITING_REQUEST_TIME_IN_QUEUE: &str = "aspnetcore.rate_limiting.request.time_in_queue";Expand description
§Description
The time the request spent in a queue waiting to acquire a rate limiting lease.
§Notes
Meter name: Microsoft.AspNetCore.RateLimiting; Added in: ASP.NET Core 8.0
§Metadata
| Instrument: | histogram |
| Unit: | s |
| Status: | Stable |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::ASPNETCORE_RATE_LIMITING_POLICY | Conditionally_required: if the matched endpoint for the request had a rate-limiting policy. |
crate::attribute::ASPNETCORE_RATE_LIMITING_RESULT | Required |