Rate limit
This filter should be configured with the name envoy.filters.network.ratelimit.
Note
Local rate limiting is also supported via the local rate limit filter.
Every configured rate limit filter has statistics rooted at ratelimit.<stat_prefix>. with the following statistics:
Runtime
The network rate limit filter supports the following runtime settings:
ratelimit.tcp_filter_enabled
% of connections that will call the rate limit service. Defaults to 100.
% of connections that will call the rate limit service and enforce the decision. Defaults to 100. This can be used to test what would happen before fully enforcing the outcome.