abhijeetk88 commented on code in PR #16863:
URL: https://github.com/apache/kafka/pull/16863#discussion_r1714147398
##########
docs/ops.html:
##########
@@ -1931,6 +1931,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>
Review Comment:
Should we have this something like - `RemoteLogManager Avg Broker Fetch
Throttle Time`
##########
docs/ops.html:
##########
@@ -1931,6 +1931,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.server:type=RemoteLogManager,
name=remote-fetch-throttle-time-avg </td>
+ </tr>
+ <tr>
+ <td>RemoteLogManager Max Broker Throttled Fetch Time</td>
+ <td>The max time in millis remote fetches was throttled by a
broker</td>
+ <td>kafka.server:type=RemoteLogManager,
name=remote-fetch-throttle-time-max </td>
+ </tr>
+ <tr>
+ <td>RemoteLogManager Avg Broker Throttled copies Time</td>
Review Comment:
And similarly - `RemoteLogManager Avg Broker Copy Throttle Time`
--
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]