Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RemainingSegmentsToRecovery metric will be added into "kafka.log" → LogManager for each recovery thread.


Full NameTypeDescription
kafka.log:type=LogManager,name=remainingLogsToRecovery32-bit gaugeThe remaining logs number for each log.dir to be recovered

kafka.log:type=LogManager,name=remainingSegmentsToRecovery,dir=([-._\/\w\d\s]+),threadNum=([0-9]+)

note: the dir output is the valid directory path string for each OS(and valid for JAVA). Here is just a simple example format.

32-bit gaugeThe remaining segments to be recovered in each recovery thread (i.e. in each replica log).


Proposed Changes

The proposal is to propose 2 metrics:

...