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

Provide a common method to stop a reporter #743

Closed
wants to merge 1 commit into from
Closed

Provide a common method to stop a reporter #743

wants to merge 1 commit into from

Conversation

obfischer
Copy link

We use multiple reporter and it would be helpfull to have a common method to stop a reporter. This change only changes the Reporter interface. All Reporter implementations provide already a stop method and also implement the Closeable interface.

@ryantenney ryantenney closed this Jul 12, 2016
tjcelaya added a commit to tjcelaya/dropwizard-metrics that referenced this pull request Apr 27, 2018
arteam pushed a commit that referenced this pull request May 1, 2018
…xplicit. (#1307)

* Resolves #1305 and reimplements #743. Credit to @obfischer for the initial implementation.

* Fix Code Climate check and call out the java.io.Closeable interface in JmxReporter and ScheduledReporter

* Incorporate feedback about explicit implements in order to maintain binary compatibility
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.

None yet

3 participants