[ https://issues.apache.org/jira/browse/KAFKA-5320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022728#comment-16022728 ]
ASF GitHub Bot commented on KAFKA-5320: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/3137 KAFKA-5320: Include all request throttling in client throttle metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-5320 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3137.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3137 ---- commit df83a196def521e50ffff939f39d62bccd4e461a Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2017-05-24T11:06:05Z KAFKA-5320: Include all request throttling in client throttle metrics ---- > Update produce/fetch throttle time metrics for any request throttle > ------------------------------------------------------------------- > > Key: KAFKA-5320 > URL: https://issues.apache.org/jira/browse/KAFKA-5320 > Project: Kafka > Issue Type: Sub-task > Components: clients > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Fix For: 0.11.0.0 > > > From KIP-124: > {quote} > Producers and consumers currently expose average and maximum producer/fetch > request throttle time as JMX metrics. These metrics will be updated to > reflect total throttle time for the producer or consumer including byte-rate > throttling and request time throttling for all requests of the > producer/consumer. > {quote} > Missed this during the request quota implementation. -- This message was sent by Atlassian JIRA (v6.3.15#6346)