The KIP describes RemainingLogsToRecovery, which seems to be the number of partitions in each log.dir.
We have some partitions which are much much larger than others. Those large partitions have many many more segments than others. Is there a way the metric can reflect partition size? Could it be RemainingSegmentsToRecover? Or even RemainingBytesToRecover? -James Sent from my iPhone > On Apr 20, 2022, at 2:01 AM, Luke Chen <show...@gmail.com> wrote: > > Hi all, > > I'd like to propose a KIP to expose a metric for log recovery progress. > This metric would let the admins have a way to monitor the log recovery > progress. > Details can be found here: > https://cwiki.apache.org/confluence/display/KAFKA/KIP-831%3A+Add+metric+for+log+recovery+progress > > Any feedback is appreciated. > > Thank you. > Luke