If you are using multi-node cluster, then metrics may be reported from other servers. pl check all the servers in the cluster.
On Tue, Jan 27, 2015 at 4:12 AM, Kyle Banker <kyleban...@gmail.com> wrote: > I've been using a custom KafkaMetricsReporter to report Kafka broker > metrics to Graphite. In v0.8.1.1, Kafka was reporting bytes and messages in > and out for all topics together and for each individual topic. > > After upgrading to v0.8.2.0, these metrics are no longer being reported. > > I'm only seeing the following: > BrokerTopicMetrics > - BytesInPerSec > - BytesOutPerSec > - BytesRejectedPerSec > - MessagesInPerSec > > What's more, despite lots of successful writes to the cluster, the values > for these remaining metrics are all zero. > > I saw that there was some refactoring of metric naming code. Was the > behavior supposed to have changed? > > Many thanks in advance. >