Re: Kafka Monitoring using JMX Mbeans

2016-05-04 Thread Alexis Lê-Quôc
And if you're looking for some background on the various kafka metrics, we put a guide together: https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics/ On Wed, May 4, 2016 at 3:37 AM, 马哲超 wrote: > We use jmxcmd as the command line tool. > > 2016-05-04 10:47 GMT+08:00 Otis Gospodnet

Re: Kafka Monitoring using JMX Mbeans

2016-05-04 Thread 马哲超
We use jmxcmd as the command line tool. 2016-05-04 10:47 GMT+08:00 Otis Gospodnetić : > Hi, > > On Mon, Apr 25, 2016 at 4:14 AM, Mudit Kumar wrote: > > > Hi, > > > > Have anyone setup any monitoring using Mbeans ?What kind of command line > > tools been used? > > > > See https://sematext.com/spm

Re: Kafka Monitoring using JMX Mbeans

2016-05-03 Thread Otis Gospodnetić
Hi, On Mon, Apr 25, 2016 at 4:14 AM, Mudit Kumar wrote: > Hi, > > Have anyone setup any monitoring using Mbeans ?What kind of command line > tools been used? > See https://sematext.com/spm/integrations/kafka-monitoring/ We use it for monitoring Kafka, ZooKeeper, Elasticsearch, Solr, etc. Otis

RE: Kafka Monitoring using JMX Mbeans

2016-04-25 Thread Tauzell, Dave
: Re: Kafka Monitoring using JMX Mbeans We used a dockerized zabbix, one of the advantages of zabbix is that it has, jmx readout, creation of items, graphs, alerts in one product. Also how long to keep the history can be set for each item. The interface is not very intuitive though. On Mon, Apr

Re: Kafka Monitoring using JMX Mbeans

2016-04-25 Thread Gerard Klijs
We used a dockerized zabbix, one of the advantages of zabbix is that it has, jmx readout, creation of items, graphs, alerts in one product. Also how long to keep the history can be set for each item. The interface is not very intuitive though. On Mon, Apr 25, 2016 at 10:14 AM Mudit Kumar wrote:

Kafka Monitoring using JMX Mbeans

2016-04-25 Thread Mudit Kumar
Hi, Have anyone setup any monitoring using Mbeans ?What kind of command line tools been used? Thanks, Mudit

Re: Kafka Monitoring using JMX

2015-04-21 Thread Otis Gospodnetic
Hi, Not sure what you are using to get the data out, but if you use SPM you don't have to worry about any of that... assuming you use either 0.7.x or 0.8.2.x. Kafka metrics have changed drastically in the past and it looks like more chan

Re: Kafka Monitoring using JMX

2015-04-20 Thread Bhavesh Mistry
You can use this https://github.com/Stackdriver/jmxtrans-config-stackdriver/blob/master/jmxtrans/stackdriver/json-specify-instance/kafka.json as an example of how Mbean are named and how " is being escaped with \", and just use different output writer for any thing prior to 0.8.2.1 version. After

Re: Kafka Monitoring using JMX

2015-04-20 Thread Daniel Compton
Hi Naidu You'll need to escape the " with a \ in the Mbean names. I've run across this too and it was al pain. It can get a bit tricky if you're doing it in code because you need to account for double escapes and so forth. This is a bug in the version of Metrics that Kafka is using. There is a JIR

Kafka Monitoring using JMX

2015-04-20 Thread Saladi Naidu
We are planning to monitor health of our Kafka environment using JMX. I have looked at below links to find what is available via https://cwiki.apache.org/confluence/display/KAFKA/Available+Metrics  https://cwiki.apache.org/confluence/display/KAFKA/JMX+Reporters why some of the kafka objects ("ka