Re: Failure metrics

2016-12-23 Thread Guozhang Wang
Gaurav, Those two metrics are server-side ones which records when an unexpected exception happens when handling the request. However, if the request even failed to reach the broker at all, they will not be recorded in this metrics. You can take a look at this section of the web site, which

Failure metrics

2016-12-22 Thread Gaurav Abbi
Hi, I am trying to visualize Kafka metrics that can help me gain better insights to failures in the Kafka Server level while handling requests. While looking at the various metrics in JMX, I can see following two metrics - FailedProduceRequestsPerSec - FailedFetchRequestsPerSec When I