Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
LocalRateLimit defines parameters for local rate limiting. https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/local_ratelimit/v3/local_rate_limit.proto#envoy-v3-api-msg-extensions-filters-http-local-ratelimit-v3-localratelimit { "token_bucket": {...}, }
Used in:
The token bucket configuration for the rate limiter.
Used in:
The prefix to use when emitting :ref:`statistics
cluster name to connect to.
Multiple upstream clusters can be specified for a given route. The request is routed to one of the upstream clusters based on weights assigned to each cluster.
cluster based on weights.
Used in:
Specifies one or more upstream clusters.
Used in:
cluster name
the choice of an cluster is determined by its weight
TokenBucket defines parameters for a token bucket rate limiter. https://www.envoyproxy.io/docs/envoy/latest/api-v3/type/v3/token_bucket.proto#envoy-v3-api-msg-type-v3-tokenbucket { "max_tokens": ..., "tokens_per_fill": {...}, "fill_interval": {...} }
Used in:
The maximum number of tokens in the bucket.
The number of tokens added to the bucket during each fill interval.
The interval at which the bucket is refilled in nanoseconds.