This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new eb187745cd9 MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics
(#14228)
eb187745cd9 is described below
commit eb187745cd99e4baf2d677a9fd45bd108ef9044c
Author: bachmanity1 <[email protected]>
AuthorDate: Mon Oct 16 22:12:38 2023 +0900
MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics (#14228)
Reviewers: Mickael Maison <[email protected]>, Taras Ledkov
---
docs/ops.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/ops.html b/docs/ops.html
index b6a30aa24ba..3ee9cac4237 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1453,8 +1453,8 @@ $ bin/kafka-acls.sh \
</tr>
<tr>
<td>Byte in rate from other brokers</td>
-
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec,topic=([-.\w]+)</td>
- <td>Byte in (from the other brokers) rate per topic. Omitting
'topic=(...)' will yield the all-topic rate.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec</td>
+ <td>Byte in (from the other brokers) rate across all topics.</td>
</tr>
<tr>
<td>Controller Request rate from Broker</td>
@@ -1537,8 +1537,8 @@ $ bin/kafka-acls.sh \
</tr>
<tr>
<td>Byte out rate to other brokers</td>
-
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec,topic=([-.\w]+)</td>
- <td>Byte out (to the other brokers) rate per topic. Omitting
'topic=(...)' will yield the all-topic rate.</td>
+
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec</td>
+ <td>Byte out (to the other brokers) rate across all topics</td>
</tr>
<tr>
<td>Rejected byte rate</td>