速率限制配置参考。
filter.network.RateLimit proto
{
"stat_prefix": "...",
"domain": "...",
"descriptors": [],
"timeout": "{...}"
}
stat_prefix
(string, REQUIRED) 发布统计信息时使用的前缀。
domain
(string, REQUIRED) 用于速率限制服务请求中的域。
descriptors
(RateLimitDescriptor, REQUIRED) 用于速率限制服务请求中的速率限制描述符列表。
timeout
(Duration) 速率限制服务RPC的超时时间(以毫秒为单位)。如果未设置,则默认为20ms。