-
Notifications
You must be signed in to change notification settings - Fork 681
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
Enable Circuit breaker statistics for tracking remaining #6297
Conversation
Added support for enabling circuit breaker statistics tracking. Fixes 5794 Signed-off-by: Rajat Vig <rvig@etsy.com>
Signed-off-by: Rajat Vig <rvig@etsy.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6297 +/- ##
=======================================
Coverage 81.56% 81.56%
=======================================
Files 133 133
Lines 15801 15805 +4
=======================================
+ Hits 12888 12892 +4
Misses 2617 2617
Partials 296 296
|
@sunjayBhatia When you have time, could you please look at the PR? |
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.
Looks good to me
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 @rajatvig
…our#6297) Added support for enabling circuit breaker statistics tracking. Fixes 5794 Signed-off-by: Rajat Vig <rvig@etsy.com> Signed-off-by: Saman Mahdanian <saman@mahdanian.xyz>
Added support for enabling circuit breaker statistics tracking.
Fixes #5794
Signed-off-by: Rajat Vig rvig@etsy.com