-
Notifications
You must be signed in to change notification settings - Fork 231
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
feat: support the failure/success threshold for probe #233
Conversation
Codecov ReportBase: 99.64% // Head: 99.65% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
=======================================
Coverage 99.64% 99.65%
=======================================
Files 72 73 +1
Lines 5083 5164 +81
=======================================
+ Hits 5065 5146 +81
Misses 12 12
Partials 6 6
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. |
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.
Minor change of continuously to consecutive.
Need to test run some cases still.
Co-authored-by: Pantelis Roditis <[email protected]>
This PR supports the failure/success threshold features - we can configure the number of continuously failed/successful probes to determine whether the endpoint status is DOWN or UP.
for example:
close #230