We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 138801f + b706818 commit 368ee5fCopy full SHA for 368ee5f
core/src/main/java/com/dtstack/flink/sql/watermarker/AbstractCustomerWaterMarker.java
@@ -92,7 +92,6 @@ public IterationRuntimeContext getIterationRuntimeContext() {
92
public void setRuntimeContext(RuntimeContext t) {
93
this.runtimeContext = t;
94
eventDelayGauge = new EventDelayGauge();
95
- t.getMetricGroup().getAllVariables().put("<source_tag>", fromSourceTag);
96
t.getMetricGroup().gauge(MetricConstant.DT_EVENT_DELAY_GAUGE, eventDelayGauge);
97
}
98
0 commit comments