showuon commented on code in PR #16438:
URL: https://github.com/apache/kafka/pull/16438#discussion_r1713628304


##########
docs/ops.html:
##########
@@ -1972,6 +1972,27 @@ <h4 class="anchor-heading"><a 
id="tiered_storage_monitoring" class="anchor-link"
         <td>Average idle percent of thread pool for copying data to remote 
storage</td>
         
<td>kafka.log.remote:type=RemoteLogManager,name=RemoteLogManagerTasksAvgIdlePercent</td>
       </tr>
+      <tr>
+        <td>RemoteLogManager Avg Broker Throttled Fetch Time</td>
+        <td>The average time in millis remote fetches was throttled by a 
broker</td>
+        <td>kafka.log.remote:type=RemoteLogManager, 
name=remote-fetch-throttle-time-avg        </td>

Review Comment:
   @Nancy-ksolves :
   1. [KAFKA-17313](https://issues.apache.org/jira/browse/KAFKA-17313) is the 
ticket we created for future improvement. That will not be included in the 
coming v3.9.0 release.
   2. What we want to do here, before 
[KAFKA-17313](https://issues.apache.org/jira/browse/KAFKA-17313) completed, is 
to let the document align with what we implemented, which is 
`kafka.server:type=RemoteLogManager`. 
   
   Let us know if it's not clear. Thanks.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to