satishd commented on code in PR #548: URL: https://github.com/apache/kafka-site/pull/548#discussion_r1333360366
########## 36/ops.html: ########## @@ -1980,6 +1980,28 @@ <h5 class="anchor-heading"><a id="kraft_quorum_monitoring" class="anchor-link">< <td>The average fraction of time the client's poll() is idle as opposed to waiting for the user code to process records.</td> <td>kafka.server:type=raft-metrics,name=poll-idle-ratio-avg</td> </tr> + <tr> + <td>Current Metadata Version</td> + <td>Outputs the feature level of the current effective metadata version.</td> + <td>kafka.server:type=MetadataLoader,name=CurrentMetadataVersion</td> + </tr> + <tr> + <td>Metadata Snapshot Load Count</td> + <td>The total number of times we have loaded a KRaft snapshot since the process was started.</td> + <td>kafka.server:type=MetadataLoader,name=HandleLoadSnapshotCount</td> + </tr> + <tr> + <td>Latest Metadata Snapshot Size</td> + <td>The total size in bytes of the latest snapshot that the node has generated. If none have been generated yet, this is the size + of the latest snapshot that was loaded. If no snapshots have been generated or loaded, this is 0.</td> + <td>kafka.server:type=SnapshotEmitter,name=LatestSnapshotGeneratedBytes</td> + </tr> + <tr> + <td>Latest Metadata Snapshot Age</td> + <td>The interval in miliseconds since the latest snapshot that the node has generated. Review Comment: nit typo: `miliseconds` -> `milliseconds` -- 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. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org