[ https://issues.apache.org/jira/browse/KAFKA-9730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai updated KAFKA-9730: ---------------------------------- Summary: add tag "partition" to BrokerTopicMetrics so as to observe the partition metrics on the same broker (was: add tag "partition" to BrokerTopicMetrics so as to observe the metrics of partition in the same broker) > add tag "partition" to BrokerTopicMetrics so as to observe the partition > metrics on the same broker > --------------------------------------------------------------------------------------------------- > > Key: KAFKA-9730 > URL: https://issues.apache.org/jira/browse/KAFKA-9730 > Project: Kafka > Issue Type: Improvement > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Priority: Major > Attachments: patch.jpg, trunk.jpg > > > ```Partitioner``` enable us to dispatch the data to the specify partition as > we wish. However, we can't observe the partition metrics if they are on the > same broker. The root cause is that the key of topic metrics doesn't contain > "partition" so all partitions on the same broker are merged into single > metrics (see attachment). -- This message was sent by Atlassian Jira (v8.3.4#803005)