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 f6d9ce2bcd7 MINOR: Add missing MirrorMaker2 metrics to docs (#18691)
f6d9ce2bcd7 is described below

commit f6d9ce2bcd71cb99c8d6097e29d69342d0e6046c
Author: Albert <[email protected]>
AuthorDate: Tue Feb 4 14:22:54 2025 +0100

    MINOR: Add missing MirrorMaker2 metrics to docs (#18691)
    
    
    Reviewers: Mickael Maison <[email protected]>
    Co-authored-by: u0184996 <[email protected]>
---
 docs/ops.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/ops.html b/docs/ops.html
index 95b9e04f0d2..9f4f8ba6a68 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1035,6 +1035,7 @@ $ bin/connect-mirror-maker.sh 
connect-mirror-maker.properties \
 
 <pre><code class="language-text"># MBean: 
kafka.connect.mirror:type=MirrorSourceConnector,target=([-.w]+),topic=([-.w]+),partition=([0-9]+)
 record-count            # number of records replicated source -> target
+record-rate             # average number of records/sec in replicated records
 record-age-ms           # age of records when they are replicated
 record-age-ms-min
 record-age-ms-max
@@ -1044,8 +1045,9 @@ replication-latency-ms-min
 replication-latency-ms-max
 replication-latency-ms-avg
 byte-rate               # average number of bytes/sec in replicated records
+byte-count              # number of bytes replicated source -> target
 
-# MBean: 
kafka.connect.mirror:type=MirrorCheckpointConnector,source=([-.w]+),target=([-.w]+)
+# MBean: 
kafka.connect.mirror:type=MirrorCheckpointConnector,source=([-.w]+),target=([-.w]+),group=([-.w]+),topic=([-.w]+),partition=([0-9]+)
 
 checkpoint-latency-ms   # time it takes to replicate consumer offsets
 checkpoint-latency-ms-min

Reply via email to