...
Full Name | Type | Description |
---|---|---|
kafka.log:type=LogManager,name=remainingLogsToRecover ,dir=([-._\/\w\d\s]+) note: The dir format is the valid directory path string for OS(and valid for JAVA). Since the rule is different from each OS, here is just a simple example format. | 32-bit gauge | The remaining logs number for each log.dir to be recovered |
kafka.log:type=LogManager,name=remainingSegmentsToRecover,dir=([-._\/\w\d\s]+),threadNum=([0-9]+) note: The dir format is the valid directory path string for OS(and valid for JAVA). Since the rule is different from each OS, here is just a simple example format. | 32-bit gauge | The remaining segments for the current log assigned to the recovery thread. |
...