-
Notifications
You must be signed in to change notification settings - Fork 439
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
circuit breaker supported probe number #428
Conversation
Codecov Report
@@ Coverage Diff @@
## master #428 +/- ##
==========================================
+ Coverage 53.43% 53.53% +0.09%
==========================================
Files 89 89
Lines 5820 5841 +21
==========================================
+ Hits 3110 3127 +17
- Misses 2361 2366 +5
+ Partials 349 348 -1
Continue to review full report at Codecov.
|
93c3872
to
199b93b
Compare
199b93b
to
1bc1818
Compare
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
@louyuting @luckyxiaoqiang @liqiangz Any other comments? |
Nice work. Thanks for contributing! |
Describe what this PR does / why we need it
circuit breaker support probes num
Does this pull request fix one issue?
fix:#411
Describe how you did it
Provides the probe count configuration to match the probe count when the circuit breaker is half-open
Describe how to verify it
Special notes for reviews