GitHub user wushujames opened a pull request:
https://github.com/apache/kafka/pull/3968
KAFKA-5952 Refactor Consumer Fetcher metrics
This is ready for review. This does not have to be merged into 1.0.0, it
can simply go to trunk.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wushujames/kafka
refactor_consumer_fetcher_metrics
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3968.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 #3968
----
commit be9f0f17ca4285f893d154f8ccc8a79634549e00
Author: James Cheng <[email protected]>
Date: 2017-09-27T02:32:21Z
Update the consumer metrics registry stuff to match the producer metrics
refactoring.
commit 8bba351987577a29426b6412f9f21b8a5249a282
Author: James Cheng <[email protected]>
Date: 2017-09-27T02:38:01Z
Change "metricTags" to just tags. Get rid of the "get" prefixes. Make
instance variables final.
----
---