Be aware that JMX metrics changed between 0.7 and 0.8. If you use chef,
you might also check out https://github.com/bflad/chef-jmxtrans which has
recipes for both 0.7 and 0.8 kafka metrics -> graphite.
Dana Powers
Rdio, Inc.
dana.pow...@rd.io
rdio.com/people/dpkp/
On Thu, Mar 20, 2014 at 7:46 A
I’m using jmxtrans to do this for Ganglia, but it should work the same for
Graphite:
http://www.jmxtrans.org/
Here’s an example Kafka jmxtrans json file.
https://github.com/wikimedia/puppet-kafka/blob/master/kafka-jmxtrans.json.md
You can change the output writers to use Graphite instead of Gan
Each broker will only report metrics for the partitions that exist on that
broker. In order to get a global view of metrics, you will need to collect
metrics from all brokers.
Thanks,
Neha
On Wed, Sep 18, 2013 at 3:07 PM, Vimpy Batra wrote:
> In case there are multiple brokers, is there an ove
In case there are multiple brokers, is there an overlap in the metric values
they report? Let's say a topic is partitioned onto multiple broker nodes and we
want topic level metrics. Will all the brokers be reporting the same value?
Should we tap into one broker to get all the metrics or do we n
If you start a Kafka broker, it should start reporting metrics
automatically. But I'm not sure if I understood your question completely.
Can you elaborate on what problem you saw with metrics collection?
Thanks,
Neha
On Wed, Sep 18, 2013 at 2:20 PM, Vimpy Batra wrote:
> Hi,
>
> I am using Kafk