hudeqi opened a new pull request, #13571:
URL: https://github.com/apache/kafka/pull/13571

   Currently, there are three indicators for measuring topic dimensions: 
MessagesInPerSec, BytesInPerSec, and BytesOutPerSec, but there are two problems:
   1. It is difficult to intuitively reflect the problem of topic partition 
traffic inclination through these indicators, and it is impossible to clearly 
see which partition has the largest traffic and the traffic situation of each 
partition.
   2. For the sudden increase in topic traffic, the indicators of the partition 
dimension can provide guidance on whether to expand the partition and roughly 
how many partitions to expand.
   
   The added three partition dimension metrics have passed the unit test in 
MetricsTest.


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