[ 
https://issues.apache.org/jira/browse/KAFKA-15483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767650#comment-17767650
 ] 

ASF GitHub Bot commented on KAFKA-15483:
----------------------------------------

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`





> Update metrics documentation for the new metrics implemented as part of 
> KIP-938
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-15483
>                 URL: https://issues.apache.org/jira/browse/KAFKA-15483
>             Project: Kafka
>          Issue Type: Task
>          Components: docs, documentation
>    Affects Versions: 3.6.0
>            Reporter: Satish Duggana
>            Assignee: David Arthur
>            Priority: Major
>
> Update the kafka-site documentation for 3.6 release with the newly introduced 
> metrics in 3.6 for KIP-938. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to