Nancy-ksolves commented on code in PR #16438:
URL: https://github.com/apache/kafka/pull/16438#discussion_r1713581337
##########
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:
Hi @abhijeetk88,
We need to update kafka.log.remote:type=RemoteLogManager to
kafka.server:type=RemoteLogManager in the documentation. However, in the
[KAFKA-17313](https://issues.apache.org/jira/browse/KAFKA-17313), the metric
object name for tiered storage quotas metrics is set to
kafka.server:type=RemoteLogManager instead of
kafka.log.remote:type=RemoteLogManager. Could you please confirm if we need to
make this change in the PR?
--
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]