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

Support collapser metrics in HystrixMetricPublisher implementations #928

Merged
merged 1 commit into from
Oct 14, 2015

Conversation

mkavanagh
Copy link
Contributor

The included implementations of HystrixMetricsPublisher didn't override the getMetricsPublisherForCollapser method - since there are already implementations of HystrixMetricsPublisherCollapser available for each one, I've added the method for all of them.

The included implementations of HystrixMetricsPublisher didn't override the getMetricsPublisherForCollapser method - since there are already implementations of HystrixMetricsPublisherCollapser available for each one, I've added the method for all of them.
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #202 SUCCESS
This pull request looks good

@mkavanagh
Copy link
Contributor Author

The build appears to be failing due to an unrelated race condition in a recently added test - I tested with the timeout at https://github.com/Netflix/Hystrix/blob/master/hystrix-core/src/test/java/com/netflix/hystrix/HystrixCommandTest.java#L4332 increased to 100 seconds and it passed

@mattrjacobs
Copy link
Contributor

Thanks @mkavanagh . Must have missed that when I added the collapser metrics. Agreed on the test being unrelated , will follow that up separately

mattrjacobs added a commit that referenced this pull request Oct 14, 2015
Support collapser metrics in HystrixMetricPublisher implementations
@mattrjacobs mattrjacobs merged commit afe1db0 into Netflix:master Oct 14, 2015
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.

3 participants