-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fixe ratelimiter decision sync #349
Conversation
- Send correct message `RateLimiterDecisionWrapper` from controlplane component - Fix decision path on dataplane side
Codecov ReportBase: 48.75% // Head: 48.78% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #349 +/- ##
==========================================
+ Coverage 48.75% 48.78% +0.03%
==========================================
Files 246 246
Lines 19161 19167 +6
==========================================
+ Hits 9342 9351 +9
+ Misses 9202 9197 -5
- Partials 617 619 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Harjot Gill <[email protected]>
RateLimiterDecisionWrapper
from controlplane componentThis change is