For Kafka 0.8, you could use http://www.jmxtrans.org/ and a variation of this json file:
https://github.com/wikimedia/puppet-kafka/blob/master/kafka-jmxtrans.json.md Just change the ganglia output writers to graphite ones. On Nov 19, 2013, at 8:25 PM, Benjamin Black <b...@b3k.us> wrote: > https://www.google.com/search?q=jmx+to+graphite > > > On Tue, Nov 19, 2013 at 5:24 PM, David Montgomery <davidmontgom...@gmail.com >> wrote: > >> Hi, >> On the Kafka cluster I would like like to get monitoring stats. I do not >> know java per this page. >> >> Monitoring >> >> Our monitoring is done though a centralized monitoring system custom to >> LinkedIn, but it keys off the JMX stats exposed from Kafka. To see what is >> available the easiest thing is just to start a Kafka broker and/or client >> and fire up JConsole and take a look. >> >> >> What can I execute periodically from the command line to get server stats >> and ship to graphite. >> >> I am a python developer >> >> Thanks >>