-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Make hystrix metrics abstract #843
Make hystrix metrics abstract #843
Conversation
NetflixOSS » Hystrix » Hystrix-pull-requests #146 SUCCESS |
- Breaking change to mark* methods visibility (from public -> package-private)
NetflixOSS » Hystrix » Hystrix-pull-requests #148 SUCCESS |
NetflixOSS » Hystrix » Hystrix-pull-requests #149 SUCCESS |
I've just branched off 1.4.x, and this is the first commit past that point into master. Once I am comfortable this works as intended, I will modify the Wiki |
…-abstract Make hystrix metrics abstract
Revert metrics changes from #843
This addresses the concern of #333. This PR is intended to be a PoC to demonstrate that there can be varying implementations of metric collection (command/thread pool/collapser). The version which summarizes via HystrixRollingNumber/HystrixRollingPercentile is one such concrete implementation.
This PR is not ready for merging - I still would like to:
If anyone has feedback along those lines, it would be appreciated.