Skip to content

Commit 4117e8a

Browse files
committed
add metrics to mysql cdc connector
1 parent 5e6a541 commit 4117e8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tis-incr/tis-flink-extends/src/main/java/com/qlangtech/plugins/incr/flink/metrics/TISPBReporter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void notifyOfAddedMetric(Metric metric, String metricName, MetricGroup gr
7070
String[] scope = group.getScopeComponents();
7171
// 输出示例:["jobmanager", "job_MyJob", "task_Source", "operator_Map", "0"]
7272
super.notifyOfAddedMetric(metric, metricName, group);
73+
String name = group.getMetricIdentifier(metricName, this);
7374
}
7475

7576
@Override

0 commit comments

Comments
 (0)