We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a149f7 commit de16134Copy full SHA for de16134
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/StatisticNode.java
@@ -149,6 +149,7 @@ private boolean isValidMetricNode(MetricNode node) {
149
@Override
150
public void reset() {
151
rollingCounterInSecond = new ArrayMetric(SampleCountProperty.SAMPLE_COUNT, IntervalProperty.INTERVAL);
152
+ rollingCounterInMinute = new ArrayMetric(60, 60 * 1000, false);
153
}
154
155
0 commit comments