Skip to content
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

Add throttle limit distribution #587

Merged
merged 28 commits into from
Aug 15, 2024
Merged

Add throttle limit distribution #587

merged 28 commits into from
Aug 15, 2024

Conversation

kirillov6
Copy link
Collaborator

@kirillov6 kirillov6 commented Feb 13, 2024

Added throttle limit distribution.

Fixes #586

@kirillov6 kirillov6 changed the base branch from master to rc-0.23.0 February 15, 2024 06:58
Base automatically changed from rc-0.23.0 to master February 29, 2024 07:30
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

Attention: Patch coverage is 90.72398% with 41 lines in your changes are missing coverage. Please review.

Project coverage is 71.36%. Comparing base (67ecc39) to head (5534009).
Report is 11 commits behind head on master.

Current head 5534009 differs from pull request most recent head 9a4885e

Please upload reports for the commit 9a4885e to get more accurate results.

Files Patch % Lines
plugin/action/throttle/buckets.go 82.20% 20 Missing and 1 partial ⚠️
plugin/action/throttle/redis_limiter.go 91.66% 6 Missing and 3 partials ⚠️
plugin/action/throttle/throttle.go 86.66% 4 Missing and 2 partials ⚠️
plugin/action/throttle/in_memory_limiter.go 94.11% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #587      +/-   ##
==========================================
+ Coverage   70.83%   71.36%   +0.52%     
==========================================
  Files         124      126       +2     
  Lines       12572    12854     +282     
==========================================
+ Hits         8906     9173     +267     
- Misses       3150     3156       +6     
- Partials      516      525       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kirillov6 kirillov6 changed the title Add distributed throttling Add throttle limit distribution Mar 27, 2024
@kirillov6 kirillov6 self-assigned this May 30, 2024
@kirillov6 kirillov6 merged commit 2533c1b into master Aug 15, 2024
8 checks passed
@kirillov6 kirillov6 deleted the 586-distr-throttling branch August 15, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Distributed throttling
3 participants