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

Add support for the default shared health check registry name #1095

Merged
merged 1 commit into from
Feb 27, 2017

Conversation

arteam
Copy link
Member

@arteam arteam commented Feb 27, 2017

Add the ability to use a shared health check registry across different modules. The managed health check registry is set via the setDefault method and then it could be accessible by consumers via the getDefault method.

This is aligned with SharedMetricRegistries, which provides the same functionality.

Add the ability to use a shared health check registry across different modules.
The managed health check registry is set via the `setDefault` method and
then it could be accessible by consumers via the `getDefault` method.

This is aligned with `SharedMetricRegistries`, which provides the same
functionality.
@arteam
Copy link
Member Author

arteam commented Feb 27, 2017

The original idea from @mattnelson in #849

@arteam arteam requested a review from jplock February 27, 2017 09:16
@arteam arteam added this to the 3.2.1 milestone Feb 27, 2017
@jplock jplock merged commit cf0013d into 3.2-development Feb 27, 2017
@jplock jplock deleted the shared_health_checks branch February 27, 2017 11:37
@sata
Copy link

sata commented Feb 28, 2017

@jplock Does the tests work for you?

I get

Expecting empty but was:<["db"]>
at com.codahale.metrics.health.SharedMetricRegistriesTest.clearsRegistries(SharedMetricRegistriesTest.java:52)

Cheers.

@jplock
Copy link
Member

jplock commented Feb 28, 2017

The tests passed on travis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants