Skip to content

rateLimit

Used for log current limiting.
Source interceptor。

Example

interceptors:
- type: rateLimit
  qps: 4000

qps

field type required default description
qps int false 2048 Current limiting qps
Back to top