This is an automated email from the ASF dual-hosted git repository.

jsancio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f6f2fd89fec MINOR: Update the doc of Average Poll Idle Ratio in 
raft-metrics (#21227)
f6f2fd89fec is described below

commit f6f2fd89fec5b3afff1b6fd02a6c31c3fba3c7c3
Author: Mahsa Seifikar <[email protected]>
AuthorDate: Mon Jan 19 12:46:29 2026 -0500

    MINOR: Update the doc of Average Poll Idle Ratio in raft-metrics (#21227)
    
    The documentation of the average poll idle ratio was changed in
    KAFKA-14664, but the ops doc has not yet been updated to reflect the new
    documentation.
    
    Reviewers: José Armando García Sancio <[email protected]>
---
 docs/operations/monitoring.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operations/monitoring.md b/docs/operations/monitoring.md
index 746a74ac6bd..21065cecabb 100644
--- a/docs/operations/monitoring.md
+++ b/docs/operations/monitoring.md
@@ -2045,7 +2045,7 @@ Average Poll Idle Ratio
 </td>  
 <td>
 
-The average fraction of time the client's poll() is idle as opposed to waiting 
for the user code to process records.
+The ratio of time the Raft IO thread is idle as opposed to doing work (e.g. 
handling requests or replicating from the leader)
 </td>  
 <td>
 

Reply via email to