Re: Can't find certain mbeans

2014-07-28 Thread ravi singh
rThread"* are available. > > "kafka.consumer":name="([-.\w]+)-MaxLag",type="ConsumerFetcherManager" > > > > I like to do same thing that " bin/kafka-run-class.sh > kafka.tools.ConsumerOffsetChecker" is doing through graphite. > > >

Re: Can't find certain mbeans

2014-07-28 Thread 이재익
hecker" is doing through graphite. -Original Message- From: "Robin Yamaguchi"<ro...@hasoffers.com> To: <users@kafka.apache.org>; Cc: Sent: 2014-04-30 (수) 03:26:15 Subject: Re: Can't find certain mbeans For 2), do you have a topic with at least 2 replica

Re: Can't find certain mbeans

2014-04-29 Thread Robin Yamaguchi
For 2), do you have a topic with at least 2 replicas? Yes, all of our topics are configured with a replication factor of 3. Here's the output of --describe on one of them: Topic:QProcTopic4 PartitionCount:16 ReplicationFactor:3 Configs: Topic: QProcTopic4 Partition: 0 Leader: 0 Replicas: 0,1,2 I

Re: Can't find certain mbeans

2014-04-28 Thread Jun Rao
For 2), do you have a topic with at least 2 replicas? The metrics will only show up if the broker has a follower replica following the leader replica on another broker. For 1), was the flush interval reached? Thanks, Jun On Mon, Apr 28, 2014 at 4:49 PM, Robin Yamaguchi wrote: > Greetings, > >

Can't find certain mbeans

2014-04-28 Thread Robin Yamaguchi
Greetings, I'm working with Kafka 0.8.1. and setting up monitoring / metrics trending. I've been exploring mbeans on my kafka broker, and unable to find the following based on this documentation: http://kafka.apache.org/081/documentation.html#monitoring 1.) "kafka.log":name="LogFlushRateAndTimeM