-
Notifications
You must be signed in to change notification settings - Fork 554
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 New Listener Callback for DoS Mode #4868
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4868 +/- ##
==========================================
- Coverage 87.01% 86.06% -0.96%
==========================================
Files 56 56
Lines 17685 17732 +47
==========================================
- Hits 15389 15261 -128
- Misses 2296 2471 +175 ☔ View full report in Codecov by Sentry. |
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.
LGTM! Thanks!
Looks like there are build failures. Please take a look. |
You need to fix the Rust and C# layers too because of the API change. |
Description
Resolved #3717.
To support health probe, added new event for listeners. This event will be triggered for all opted in listeners.
Testing
Did basic tests manually.
Documentation
Is there any documentation impact for this change?