Skip to content

Commit 7c53937

Browse files
author
gituser
committed
Merge branch '1.8_release_3.10.x' into 1.8_release_4.0.x
2 parents ca1214b + 7047737 commit 7c53937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flinkx-core/src/main/java/com/dtstack/flinkx/metrics/BaseMetric.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void addMetric(String metricName, LongCounter counter, boolean meterView)
5656
metricCounters.put(metricName, counter);
5757
flinkxOutput.gauge(metricName, new SimpleAccumulatorGauge<Long>(counter));
5858
if (meterView){
59-
flinkxOutput.meter(metricName + Metrics.SUFFIX_RATE, new SimpleLongCounterMeterView(counter, 60));
59+
flinkxOutput.meter(metricName + Metrics.SUFFIX_RATE, new SimpleLongCounterMeterView(counter, 20));
6060
}
6161
}
6262

0 commit comments

Comments
 (0)