bachmanity1 commented on PR #14228:
URL: https://github.com/apache/kafka/pull/14228#issuecomment-1681849815

   > I reviewed this problem and found that: the documentation states that the 
following metrics has per-topic stats but, actually they do not exist in 
per-topic BrokerTopicMetrics object.
   
   >kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec 
(BrokerTopicStats.ReplicationBytesInPerSec)
   kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec 
(BrokerTopicStats.ReplicationBytesOutPerSec)
   kafka.server:type=BrokerTopicMetrics,name=ReassignmentBytesInPerSec 
(BrokerTopicStats.ReassignmentBytesInPerSec)
   kafka.server:type=BrokerTopicMetrics,name=ReassignmentBytesOutPerSec 
(BrokerTopicStats.ReassignmentBytesOutPerSec)
   
   I think that the documentation for the `ReassignmentBytes(In|Out)PerSec` 
metrics doesn't say that these metrics are reported per topic and is actually 
correct. 
   


-- 
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.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to