Constant ASPNETCORE_RATE_LIMITING_QUEUED_REQUESTS
pub const ASPNETCORE_RATE_LIMITING_QUEUED_REQUESTS: &'static str;Available on crate feature
opentelemetry only.Expand description
§Description
Number of requests that are currently queued, waiting to acquire a rate limiting lease.
§Notes
Meter name: Microsoft.AspNetCore.RateLimiting; Added in: ASP.NET Core 8.0
§Metadata
| Instrument: | updowncounter |
| Unit: | {request} |
| 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. |