mirror of https://github.com/apache/kafka.git
MINOR: Add missing MirrorMaker2 metrics to docs (#18691)
Reviewers: Mickael Maison <mickael.maison@gmail.com> Co-authored-by: u0184996 <alozano@caixabanktech.com>
This commit is contained in:
parent
27b46f9a30
commit
f6d9ce2bcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue