Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ If the local rate limit token bucket is checked, and there are no token availabl
:ref:`x-envoy-ratelimited<config_http_filters_router_x-envoy-ratelimited>` header. Additional response
headers may be configured.

.. note::
The token bucket is shared across all workers, thus the rate limits are applied per Envoy process.

Example configuration
---------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Local rate limit
<envoy_v3_api_msg_extensions.filters.network.local_ratelimit.v3.LocalRateLimit>`
* This filter should be configured with the name *envoy.filters.network.local_ratelimit*.

.. note::
The token bucket is shared across all workers, thus the rate limits are applied per Envoy process.

.. note::
Global rate limiting is also supported via the :ref:`global rate limit filter
<config_network_filters_rate_limit>`.
Expand Down