Chia-Ping Tsai created KAFKA-9599: ------------------------------------- Summary: create unique sensor to record group rebalance Key: KAFKA-9599 URL: https://issues.apache.org/jira/browse/KAFKA-9599 Project: Kafka Issue Type: Bug Affects Versions: 2.4.0 Reporter: Chia-Ping Tsai Assignee: Chia-Ping Tsai
{code:scala} val offsetDeletionSensor = metrics.sensor("OffsetDeletions") ... val groupCompletedRebalanceSensor = metrics.sensor("OffsetDeletions") {code} the "offset deletion" and "group rebalance" should not be recorded by the same sensor since they are totally different. the code is introduced by KAFKA-8730 -- This message was sent by Atlassian Jira (v8.3.4#803005)