Expand description
Quotas and rate limiting for Relay.
Structs§
- Like
RateLimits
, a collection of scoped rate limits but with all the checks necessary to cache the limits. - Data categorization and scoping information.
- Configuration for a data ingestion quota (rate limiting).
- A bounded rate limit.
- A collection of scoped rate limits.
- An iterator that moves out of
RateLimtis
. - Immutable rate limits iterator.
- A machine readable, freeform reason code for rate limits.
- A service that executes quotas and checks for rate limits in a shared cache.
- A monotonic expiration marker for
RateLimit
s. - Data scoping information.
Enums§
- The unit in which a data category is measured.
- Classifies the type of data that is being ingested.
- Error parsing a
RetryAfter
. - Item scoping of metric namespaces.
- The scope that a quota applies to.
- The scope that a rate limit applied to.
- An error returned by
RedisRateLimiter
.
Type Aliases§
- An efficient container for data categories that avoids allocations.