Skip to content
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

New Properties (fallbacks and rolling percentile) #76

Merged
merged 2 commits into from
Jan 7, 2013
Merged

New Properties (fallbacks and rolling percentile) #76

merged 2 commits into from
Jan 7, 2013

Conversation

benjchristensen
Copy link
Contributor

Pull request containing:

Property to disable fallbacks #69
Property to disable percentile calculations #15

The property actually already existed from earlier work I did when opensourcing and was already preventing 'addValue' from being called but I've changed it now to be part of the HystrixRollingPercentile itself.

This makes it so anything that calls it, including Metrics polling won't trigger the internal logic and when disabled it will just do no-op and return -1 for values.
benjchristensen added a commit that referenced this pull request Jan 7, 2013
New Properties (fallbacks and rolling percentile)
@benjchristensen benjchristensen merged commit 950430d into Netflix:master Jan 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant