Hi Prabhjot, Short answer: yes I used to think ZK was so super stable that it was one of those things that don't require any management, but on a few occasions I witnessed complex distributed applications nearly fall apart because of issues with ZK. We use our own SPM for ZooKeeper to monitor all our ZK nodes. I'm not a ZK expert, but metrics like Request Latency, Watch Count, Outstanding Requests seem important.
Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Tue, Aug 18, 2015 at 9:11 AM, Prabhjot Bharaj <prabhbha...@gmail.com> wrote: > Hi, > > Zookeeper monitoring - I was going through the 'Monitoring' section in > http://kafka.apache.org/coding-guide.html > > I have setup Ganglia to monitor all the stats inocming from kafka jmx port > But, in addition, there are a bunch of stats that Zookeeper also exposes in > its jmx port. > They are documented here: > https://zookeeper.apache.org/doc/r3.3.4/zookeeperJMX.html > > Is it worthwhile setting up Ganglia for Zookeeper along with Kafka ? > If yes, in your experience, what are the essential stats to look out for > (especially in relation to its use with Kafka) > > Looking forward to your response. > > Thanks, > prabcs >