[ 
https://issues.apache.org/jira/browse/KAFKA-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400130#comment-15400130
 ] 

ASF GitHub Bot commented on KAFKA-4000:
---------------------------------------

GitHub user vahidhashemian opened a pull request:

    https://github.com/apache/kafka/pull/1684

    KAFKA-4000: Aggregate partitions of each topic for consumer metrics

    Fix the consumer metric collection to record metrics per topic instead of 
per partition of topic.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vahidhashemian/kafka KAFKA-4000

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1684.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 #1684
    
----
commit a69c8fe3d1a9d99310f99db4821a6d70cf06104b
Author: Vahid Hashemian <vahidhashem...@us.ibm.com>
Date:   2016-07-29T20:55:14Z

    KAFKA-4000: Aggregate partitions of each topic for consumer metrics
    
    Fix the consumer metric collection to record metrics per topic instead of 
per partition of topic.

----


> Consumer per-topic metrics do not aggregate partitions from the same topic
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-4000
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4000
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 0.9.0.1, 0.10.0.0
>            Reporter: Jason Gustafson
>            Assignee: Vahid Hashemian
>            Priority: Minor
>
> In the Consumer Fetcher code, we have per-topic fetch metrics, but they seem 
> to be computed from each partition separately. It seems like we should 
> aggregate them by topic.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to