[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-10-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KAFKA-15483:


mumrah merged PR #548:
URL: https://github.com/apache/kafka-site/pull/548




> 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)


[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-09-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KAFKA-15483:


mumrah commented on PR #548:
URL: https://github.com/apache/kafka-site/pull/548#issuecomment-1730131962

   Thanks for calling those out, @satishd. I've added them as well.




> 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)


[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-09-21 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on KAFKA-15483:


satishd commented on PR #548:
URL: https://github.com/apache/kafka-site/pull/548#issuecomment-1729990446

   @mumrah  I do not see the documentation in the latest kafka-site docs for 
the below metrics that are part of KIP-866, correct me if I missed them in the 
existing docs. 
   ```
   ZkWriteBehindLag
   ZkWriteSnapshotTimeMs
   ZkWriteDeltaTimeMs
   ```




> 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)


[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-09-21 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/KAFKA-15483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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_r160366


##
36/ops.html:
##
@@ -1980,6 +1980,28 @@ <
 The average fraction of time the client's poll() is idle as opposed to 
waiting for the user code to process records.
 kafka.server:type=raft-metrics,name=poll-idle-ratio-avg
   
+  
+Current Metadata Version
+Outputs the feature level of the current effective metadata 
version.
+kafka.server:type=MetadataLoader,name=CurrentMetadataVersion
+  
+  
+Metadata Snapshot Load Count
+The total number of times we have loaded a KRaft snapshot since the 
process was started.
+kafka.server:type=MetadataLoader,name=HandleLoadSnapshotCount
+  
+  
+Latest Metadata Snapshot Size
+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.
+
kafka.server:type=SnapshotEmitter,name=LatestSnapshotGeneratedBytes
+  
+  
+Latest Metadata Snapshot Age
+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)


[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-09-21 Thread Satish Duggana (Jira)


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

Satish Duggana commented on KAFKA-15483:


[~mumrah] Assigning it to you as you raised 
[PR-548|https://github.com/apache/kafka-site/pull/548] to address this issue. 

> 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
>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)


[jira] [Commented] (KAFKA-15483) Update metrics documentation for the new metrics implemented as part of KIP-938

2023-09-20 Thread Satish Duggana (Jira)


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

Satish Duggana commented on KAFKA-15483:


[~cmccabe] [~mumrah] Please help in updating the kafka-site documentation for 
3.6 release with the newly introduced metrics in 3.6 for KIP-938.

> 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
>Reporter: Satish Duggana
>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)