GitHub user eolivelli opened a pull request: https://github.com/apache/zookeeper/pull/582
ZOOKEEPER-3103 Pluggable metrics system for ZooKeeper - MetricsProvider API definition Define the API which must be implemented by a Metrics Provider. a MetricsProvider is a pluggable component which is able to gather metrics about the system and publish them to an external application for analysis. You can merge this pull request into a Git repository by running: $ git pull https://github.com/eolivelli/zookeeper fix/metrics Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/582.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #582 ---- commit f1c7b778f6177260e26264f4d64c0d7499f8fba9 Author: Enrico Olivelli - Diennea <eolivelli@...> Date: 2018-07-24T10:48:30Z ZOOKEEPER-3103 Pluggable metrics system for ZooKeeper - MetricsProvider API definition ---- ---