doc: Fix incorrect comment of rollingCounterInSecond in StatisticNode (#2064)
This commit is contained in:
parent
16990a8595
commit
3755d53498
|
|
@ -90,7 +90,7 @@ import com.alibaba.csp.sentinel.util.function.Predicate;
|
||||||
public class StatisticNode implements Node {
|
public class StatisticNode implements Node {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds statistics of the recent {@code INTERVAL} seconds. The {@code INTERVAL} is divided into time spans
|
* Holds statistics of the recent {@code INTERVAL} milliseconds. The {@code INTERVAL} is divided into time spans
|
||||||
* by given {@code sampleCount}.
|
* by given {@code sampleCount}.
|
||||||
*/
|
*/
|
||||||
private transient volatile Metric rollingCounterInSecond = new ArrayMetric(SampleCountProperty.SAMPLE_COUNT,
|
private transient volatile Metric rollingCounterInSecond = new ArrayMetric(SampleCountProperty.SAMPLE_COUNT,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue