-
Notifications
You must be signed in to change notification settings - Fork 94
Add zipf distributing ratelimiter #251
New issue
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
Merged
mum4k
merged 45 commits into
envoyproxy:master
from
oschaaf:zipf-distributing-ratelimiter
Jan 14, 2020
Merged
Changes from 42 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
90bd582
save state on ramping rate limiter
oschaaf bf5ae1d
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf 28011ef
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf be93d1a
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf 76158b9
Add tests, clean up
oschaaf d29c95c
Refactor + LinearlyOpeningRateLimiterFilter
oschaaf ebd857c
save state
oschaaf 1d62a00
save state
oschaaf c86cb92
Back out change to constness in Frequency
oschaaf 7fc2992
Save state, wire in zipf / foo ZipfRateLimiter
oschaaf 9def3cd
Some comments & tidying up
oschaaf abda9db
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf 4c54837
small cleanup
oschaaf 7883d59
Update Envoy dep for access to enableHRTimer()
oschaaf e458ea5
Whoops, amend bad copying
oschaaf e7b65c1
Also, sync .bazelrc while at it
oschaaf a8c94d8
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf cc4fead
Review feedback
oschaaf ea43285
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf 4e7eb0a
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf a69d811
Clean up the diff
oschaaf b5b5fd2
Merge remote-tracking branch 'upstream/master' into update-envoy-dep-8
oschaaf fb85732
Update Envoy to the latest
oschaaf 8a268fe
Move to the sha that has our target
oschaaf 34f649b
Unbreak it
oschaaf 54aa937
Merge remote-tracking branch 'origin/update-envoy-dep-8' into ramping…
oschaaf f34708f
Fix a TODO
oschaaf 58a7566
Fix accidental comment
oschaaf 1f90162
Fix clang-tidy issue
oschaaf e1fa16d
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf af45a0a
Zipf: expose q and v arguments of the distribution
oschaaf 5c8637c
Zipf: expose q and v arguments of the distribution
oschaaf 89557e8
Merge branch 'ramping-linear-rate-limiter' of github.com:oschaaf/nigh…
oschaaf 79b641c
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf bec3b95
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf fe7bb0c
Merge remote-tracking branch 'upstream/master' into ramping-linear-ra…
oschaaf 324a4ee
Remove zipf stuff
oschaaf bbea17c
Revert "Remove zipf stuff"
oschaaf d24ee03
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf 7f17056
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf d00feae
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf 1815831
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf 10dbc29
Review feedback
oschaaf 5defc57
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf 747c49f
Merge remote-tracking branch 'upstream/master' into zipf-distributing…
oschaaf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we had some open comments for the API and its documentation here in the original PR where this was introduced before we split it out. Would you mind resolving those comments before we proceed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, addressed the prior feedback round in 10dbc29