-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ratelimit: new per descriptor hits-addend support and dynamic hits ad…
…dend (#37567) Commit Message: api: new per descriptor hits-addend support and dynamic hits addend Additional Description: 1. Now, we could get custom hits_addend from the `envoy.ratelimit.hits_addend`. But if there are multiple rate limit filters that requrie custom hits_addend, the `envoy.ratelimit.hits_addend` couldn't meet the requirement. 2. And we cann't also to support different hits_addend for diffferent descriptots in same request. This API changes try to meet above two requirements. Risk Level: low. Testing: n/a. Docs Changes: n/a. Release Notes: n/a. Platform Specific Features: n/a. --------- Signed-off-by: wangbaiping(wbpcode) <wangbaiping@bytedance.com> Mirrored from https://github.com/envoyproxy/envoy @ cac9b87e9c0cd10eafc64817130c27c567395f4d
- Loading branch information
1 parent
9d96e31
commit 0a16ab6
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters