This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b1b8a952 MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics 
(#561)
b1b8a952 is described below

commit b1b8a952b06338defdb0793d80fb4c631623e79a
Author: bachmanity1 <81428651+bachmani...@users.noreply.github.com>
AuthorDate: Mon Oct 16 22:39:02 2023 +0900

    MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics (#561)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 36/ops.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/36/ops.html b/36/ops.html
index b6a30aa2..3ee9cac4 100644
--- a/36/ops.html
+++ b/36/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>

Reply via email to