Skip to content

Commit f6f2fd8

Browse files
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 <jsancio@apache.org>
1 parent 73f0c22 commit f6f2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operations/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ Average Poll Idle Ratio
20452045
</td>
20462046
<td>
20472047

2048-
The average fraction of time the client's poll() is idle as opposed to waiting for the user code to process records.
2048+
The ratio of time the Raft IO thread is idle as opposed to doing work (e.g. handling requests or replicating from the leader)
20492049
</td>
20502050
<td>
20512051

0 commit comments

Comments
 (0)