Skip to content

Commit 18b11b0

Browse files
author
gituser
committed
Merge branch '1.8_release_4.0.x' into 1.10_release_4.0.x
2 parents 0c6d976 + 7c53937 commit 18b11b0

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)