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

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

guozhangwang commented on pull request #7347: KAFKA-8609: Add consumer 
rebalance metrics
URL: https://github.com/apache/kafka/pull/7347
 
 
   Adding the following metrics in 
   
   1. AbstractCoordinator (for both consumer and connect)
   
   * rebalance-latency-avg
   * rebalance-latency-max
   * rebalance-total
   * rebalance-rate-per-hour
   * last-rebalance-seconds-ago
   
   2. ConsumerCoordinator
   
   * partition-revoked-latency-avg
   * partition-revoked-latency-max
   * partition-assigned-latency-avg
   * partition-assigned-latency-max
   * partition-lost-latency-avg
   * partition-lost-latency-max
   
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Add consumer metrics for rebalances (part 9)
> --------------------------------------------
>
>                 Key: KAFKA-8609
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8609
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Sophie Blee-Goldman
>            Assignee: Sophie Blee-Goldman
>            Priority: Major
>
> We would like to track some additional metrics on the consumer side related 
> to rebalancing as part of this KIP, including
>  # listener callback latency
>  ## partitions-revoked-time-avg
>  ## partitions-revoked-time-max
>  ## partitions-assigned-time-avg
>  ## partitions-assigned-time-max
>  ## partitions-lost-time-avg
>  ## partitions-lost-time-max
>  # rebalance rate (# rebalances per day)
>  ## rebalance-rate-per-day



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to