You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sophie Blee-Goldman (JIRA)" <ji...@apache.org> on 2019/06/27 22:26:00 UTC

[jira] [Created] (KAFKA-8609) Add consumer metrics for rebalances

Sophie Blee-Goldman created KAFKA-8609:
------------------------------------------

             Summary: Add consumer metrics for rebalances
                 Key: KAFKA-8609
                 URL: https://issues.apache.org/jira/browse/KAFKA-8609
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Sophie Blee-Goldman


We would like to track some additional metrics on the consumer side related to rebalancing as part of this KIP, including

 

1) total rebalance latency (latency from start to completion of rebalance)

2) per-callback latency (time spent in onPartitionsRevoked, onPartitionsAssigned, onPartitionsLost)

3) join/sync group latency (response_received_time - request_sent_time)

4) rebalance rate (# rebalances/day)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)