Re: Re: KIP-922: Add the traffic metric of the partition dimension

2023-05-04 Thread hudeqi
Hi Edoardo, thank you for your reply. However, using log end offset can only numerically reflect the inclination of a topic that has not been expanded partitions. If a topic that has been written for a long time is expanded, the log end offset of the newly expanded partitions will be smaller th

Re: KIP-922: Add the traffic metric of the partition dimension

2023-04-27 Thread Edoardo Comar
Hi hudeqi, thanks for the KIP. For the purpose of monitoring if partitions of a topic are used "fairly", the log end offset metric offers a good hint. Of course, it only expresses a message count, not bytes, but I find it sufficient and do not need the actual throughput per partition. Perhaps the

KIP-922: Add the traffic metric of the partition dimension

2023-04-22 Thread hudeqi
Hi all, I have written a new small KIPto add the traffic metric of the partition dimension. The motivation is: Currently, there are two metrics for measuring the traffic in topic dimensions: MessagesInPerSec, BytesInPerSec, but there are two problems: 1. It is difficult to intuitively reflect t