Envoy Proxy Rate Limit Service API

The Envoy Rate Limit Service (RLS) is a gRPC-based API that allows Envoy to delegate rate limiting decisions to an external service. When a request matches a configured rate limit rule, Envoy calls the RLS to check whether the request should be allowed or throttled based on descriptors extracted from the request context.

API entry from apis.yml

apis.yml Raw ↑
aid: envoy-proxy:rate-limit-service-api
name: Envoy Proxy Rate Limit Service API
tags:
- gRPC
- Proxies
- Rate Limiting
- Service Mesh
humanURL: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/rate_limit_filter
properties:
- url: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/rate_limit_filter
  type: Documentation
- url: https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/ratelimit/v3/rls.proto
  type: Reference
- url: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/other_features/global_rate_limiting
  type: Documentation
- url: https://github.com/envoyproxy/envoy
  type: GitHubRepository
description: The Envoy Rate Limit Service (RLS) is a gRPC-based API that allows Envoy to delegate rate
  limiting decisions to an external service. When a request matches a configured rate limit rule, Envoy
  calls the RLS to check whether the request should be allowed or throttled based on descriptors extracted
  from the request context.