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


##########
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 This should be `kafka.server:type=RemoteLogManager` as per 
the discussion here 
https://github.com/apache/kafka/pull/16087#issuecomment-2202296076
   
   Same for the other metrics



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