abhijeetk88 commented on code in PR #14331:
URL: https://github.com/apache/kafka/pull/14331#discussion_r1314820039
##########
docs/ops.html:
##########
@@ -1545,6 +1545,51 @@ <h4 class="anchor-heading"><a id="remote_jmx"
class="anchor-link"></a><a href="#
<td>kafka.server:type=BrokerTopicMetrics,name=BytesRejectedPerSec,topic=([-.\w]+)</td>
<td>Rejected byte rate per topic, due to the record batch size being
greater than max.message.bytes configuration. Omitting 'topic=(...)' will yield
the all-topic rate.</td>
</tr>
+ <tr>
+ <td>The number of bytes read from remote storage per second</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchBytesPerSec,topic=([-.\w]+)</td>
+ <td>Rate of bytes read from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage read requests per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchRequestsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of read requests from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage read errors per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchErrorsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of read errors from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of bytes copied to remote storage per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyBytesPerSec,topic=([-.\w]+)</td>
+ <td>Rate of bytes copied to remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage write requests per second</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyRequestsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of write requests to remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage write errors per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyErrorsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of write errors from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>Number of remote storage read tasks pending for execution</td>
+
<td>kafka.log.remote:type=RemoteLogManager,name=RemoteLogReaderTaskQueueSize</td>
+ <td>Size of the queue holding remote storage read tasks</td>
+ </tr>
+ <tr>
+ <td>Average idle percent of the remote storage reader thread pool</td>
+
<td>org.apache.kafka.storage.internals.log:type=RemoteStorageThreadPool,name=RemoteLogReaderAvgIdlePercent</td>
+ <td>Average idle percent of threadpool for processing remote storage
read tasks</td>
Review Comment:
Updated
##########
docs/ops.html:
##########
@@ -1545,6 +1545,51 @@ <h4 class="anchor-heading"><a id="remote_jmx"
class="anchor-link"></a><a href="#
<td>kafka.server:type=BrokerTopicMetrics,name=BytesRejectedPerSec,topic=([-.\w]+)</td>
<td>Rejected byte rate per topic, due to the record batch size being
greater than max.message.bytes configuration. Omitting 'topic=(...)' will yield
the all-topic rate.</td>
</tr>
+ <tr>
+ <td>The number of bytes read from remote storage per second</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchBytesPerSec,topic=([-.\w]+)</td>
+ <td>Rate of bytes read from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage read requests per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchRequestsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of read requests from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage read errors per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteFetchErrorsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of read errors from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of bytes copied to remote storage per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyBytesPerSec,topic=([-.\w]+)</td>
+ <td>Rate of bytes copied to remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage write requests per second</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyRequestsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of write requests to remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>The number of remote storage write errors per second.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=RemoteCopyErrorsPerSec,topic=([-.\w]+)</td>
+ <td>Rate of write errors from remote storage per topic. Omitting
'topic=(...)' will yield the all-topic rate</td>
+ </tr>
+ <tr>
+ <td>Number of remote storage read tasks pending for execution</td>
+
<td>kafka.log.remote:type=RemoteLogManager,name=RemoteLogReaderTaskQueueSize</td>
+ <td>Size of the queue holding remote storage read tasks</td>
+ </tr>
+ <tr>
+ <td>Average idle percent of the remote storage reader thread pool</td>
+
<td>org.apache.kafka.storage.internals.log:type=RemoteStorageThreadPool,name=RemoteLogReaderAvgIdlePercent</td>
+ <td>Average idle percent of threadpool for processing remote storage
read tasks</td>
+ </tr>
+ <tr>
+ <td>Average idle percent of RemoteLogManager thread pool</td>
+
<td>org.apache.kafka.storage.internals.log:type=RemoteStorageThreadPool,name=RemoteLogManagerTasksAvgIdlePercent</td>
+ <td>Average idle percent of threadpool for copying data to remote
storage</td>
Review Comment:
Updated
--
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]