mimaison commented on code in PR #18691:
URL: https://github.com/apache/kafka/pull/18691#discussion_r1939686629


##########
docs/ops.html:
##########
@@ -1044,8 +1045,9 @@ <h4 class="anchor-heading"><a 
id="georeplication-monitoring" class="anchor-link"
 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]+),topic=([-.w]+),partition=([0-9]+),group=([-.w]+)

Review Comment:
   The order to the attribute is source, target, group, topic and partition. 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to