Rate limit¶
Rate limit configuration overview.
config.filter.network.rate_limit.v2.RateLimit¶
[config.filter.network.rate_limit.v2.RateLimit proto]
{
"stat_prefix": "...",
"domain": "...",
"descriptors": [],
"timeout": "{...}"
}
- stat_prefix
- (string, REQUIRED) The prefix to use when emitting statistics.
- domain
- (string, REQUIRED) The rate limit domain to use in the rate limit service request.
- descriptors
- (ratelimit.RateLimitDescriptor, REQUIRED) The rate limit descriptor list to use in the rate limit service request.
- timeout
- (Duration) The timeout in milliseconds for the rate limit service RPC. If not set, this defaults to 20ms.