wushujames commented on a change in pull request #9276: URL: https://github.com/apache/kafka/pull/9276#discussion_r485956062
########## File path: docs/ops.html ########## @@ -1129,6 +1128,26 @@ <h4><a id="remote_jmx" href="#remote_jmx">Security Considerations for Remote Mon <td>kafka.server:type=BrokerTopicMetrics,name=ReassignmentBytesInPerSec</td> <td></td> </tr> + <tr> + <td>Size of a partition on disk (in bytes)</td> + <td>kafka.log:type=Log,name=Size,topic=([-.\w]+),partition=([0-9]+)</td> + <td>The size of a partition on disk, measured in bytes.</td> + </tr> + <tr> + <td>Number of log segments in a partition</td> + <td>kafka.log:type=Log,name=NumLogSegments,topic=([-.\w]+),partition=([0-9]+)</td> + <td>The number of log segments in a partition.</td> + </tr> + <tr> + <td>First offset in a partition</td> + <td>kafka.log:type=Log,name=LogStartOffset,topic=([-.\w]+),partition=([0-9]+)</td> + <td>The first offset in a partition.</td> + </tr> + <tr> + <td>Last offset in a partition</td> + <td>kafka.log:type=Log,name=LogEndOffset,topic=([-.\w]+),partition=([0-9]+)</td> + <td>The last offset in a partition.</td> Review comment: Tag @hachikuji ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org