Re: Producer Side Metric Details

2014-05-29 Thread Bhavesh Mistry
We have 4 producers (for 4 topics) within one JVM and all of them configured with same broker list. Each one of the producer has client.id configured as topic name. When I see the JMX console, I see that " *ProducerRequestMetric*" JMX have issue, it takes the last client.id config and report the

Re: Producer Side Metric Details

2014-05-28 Thread Jun Rao
The producer has a "failedToSend" jmx, which includes all kinds of errors. We don't have the message rate per partition. Thanks, Jun On Wed, May 28, 2014 at 11:41 AM, Bhavesh Mistry wrote: > Hi Kafka Group, > > I need to get following metrics from the producer side. > > I am able to get follo

Producer Side Metric Details

2014-05-28 Thread Bhavesh Mistry
Hi Kafka Group, I need to get following metrics from the producer side. I am able to get following metric using the ProducerTopicMetrics class per minute. messageRate byteRate droppedMessageRate I would like to know how to get above metric per topic per partition. Also, how do I get count of num