Re: kafka metrics emitting to graphite

2015-10-14 Thread Alexander Pakulov
You can try this plugin: https://github.com/apakulov/kafka-graphite On Sun, Oct 11, 2015 at 3:19 AM, sunil kalva wrote: > How to configure, to emit kafka broker metrics to graphite. > > t > SunilKalva > -- _ Best Regards, Alexander

Re: kafka metrics emitting to graphite

2015-10-12 Thread Ian Kallen
I plan on trying this out https://github.com/airbnb/kafka-statsd-metrics2 but yea, JMXTrans is a good option for getting mbean values into graphite as well. On 10/11/15, 8:18 PM, "sunil kalva" wrote: >tx ben, >i though we have native support for graphite in kafka, i

kafka metrics emitting to graphite

2015-10-11 Thread sunil kalva
How to configure, to emit kafka broker metrics to graphite. t SunilKalva

Re: kafka metrics emitting to graphite

2015-10-11 Thread Ben Stopford
Hi Sunil Try using JMXTrans to expose Kafka’s internal JMX metrics to graphite. https://github.com/jmxtrans/jmxtrans B > On 11 Oct 2015, at 11:19, sunil kalva wrote: > > How to configure, to emit kafka broker metrics to graphite.