lvyanquan commented on code in PR #3897:
URL: https://github.com/apache/flink-cdc/pull/3897#discussion_r1944036837


##########
docs/content.zh/docs/connectors/pipeline-connectors/mysql.md:
##########
@@ -343,6 +343,25 @@ source:
   # ...
 ```
 
+### 可用的指标
+
+指标系统能够帮助了解分片分发的进展, 下面列举出了支持的 Flink 指标 [Flink 
metrics](https://nightlies.apache.org/flink/flink-docs-master/docs/ops/metrics/):
+
+| Group                  | Name                       | Type  | Description    
|
+|------------------------|----------------------------|-------|----------------|
+| namespace.schema.table | isSnapshotting             | Gauge | 表是否在快照读取阶段     
|     
+| namespace.schema.table | isStreamReading            | Gauge | 表是否在增量读取阶段     
|
+| namespace.schema.table | numTablesSnapshotted       | Gauge | 已经被快照读取完成的表的数量 
|
+| namespace.schema.table | numTablesRemaining         | Gauge | 还没有被快照读取的表的数据  
|
+| namespace.schema.table | numSnapshotSplitsProcessed | Gauge | 正在处理的分片的数量     
|
+| namespace.schema.table | numSnapshotSplitsRemaining | Gauge | 还没有被处理的分片的数量   
|
+| namespace.schema.table | numSnapshotSplitsFinished  | Gauge | 已经处理完成的分片的数据   
|
+| namespace.schema.table | snapshotStartTime          | Gauge | 快照读取阶段开始的时间    
|
+| namespace.schema.table | snapshotEndTime            | Gauge | 快照读取阶段结束的时间    
|
+
+注意:
+Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 
schema 名称, `table` 是实际的表名称。

Review Comment:
   Address it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to