eolivelli commented on issue #840: ZOOKEEPER-3143 Pluggable metrics system for ZooKeeper - Data Collection on Server URL: https://github.com/apache/zookeeper/pull/840#issuecomment-471337828 @jhuan31 we have only one instance of MetricsProvider per server. We also have only one ServerMetrics per server, which in turn uses the MetricsProvider in order to implement counters and other stuff. One goal will be to have several providers, first of all will be Prometheus.io For the per-peer metrics with the new API you would create one MetricsContext per peer. Contexts form an hierarchy
---------------------------------------------------------------- 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
