eolivelli opened a new pull request #854: Work in progress ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server URL: https://github.com/apache/zookeeper/pull/854 - Make ServerMetrics a class, not an enum. - Make ServerMetrics use MetricsProvider - After the bootstrap of the MetricsProvider reconfigure ServerMetrics in order to push data to the provider. - Introduce a default implementation of MetricsProvider, based on current implementation - Change MetricsContext interface in order to support several types of Metrics, in order to cover current metrics facilities, This PR is a work in progress, because the port of metrics from Facebook did not land completely to master. This PR is a workbench to discuss how ServerMetrics can be adapted to the new MetricsProvider API. The MetricsProvider API will allow ZooKeeper users to integrate ZooKeeper with other metrics systems, like Prometheus.io/Dropwizard.....
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
