We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在ToB场景下,接口访问的qps一般比较稳定,但存在一些少量调用方,一段时间内,查询大批量数据的场景,即qps比较稳定,但 每个查询的数据量差别很大,期望可以增加基于请求IP或者服务名称的定向限流。
使用场景: qps: 100 -> 120 avrRt: 50 -> 500 增加的20个qps,会带来整体rt的大幅上升,对应查询的数据量会也从10条,变成1万条,希望能保障正常请求的稳定性,针对这种异常吞吐量进行限流。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在ToB场景下,接口访问的qps一般比较稳定,但存在一些少量调用方,一段时间内,查询大批量数据的场景,即qps比较稳定,但
每个查询的数据量差别很大,期望可以增加基于请求IP或者服务名称的定向限流。
使用场景:
qps: 100 -> 120
avrRt: 50 -> 500
增加的20个qps,会带来整体rt的大幅上升,对应查询的数据量会也从10条,变成1万条,希望能保障正常请求的稳定性,针对这种异常吞吐量进行限流。
The text was updated successfully, but these errors were encountered: