Переглянути джерело

doc: Fix incorrect comment of rollingCounterInSecond in StatisticNode (#2064)

master
张春阳 GitHub 3 роки тому
джерело
коміт
3755d53498
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/StatisticNode.java

+ 1
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/StatisticNode.java Переглянути файл

@@ -90,7 +90,7 @@ import com.alibaba.csp.sentinel.util.function.Predicate;
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}.
*/
private transient volatile Metric rollingCounterInSecond = new ArrayMetric(SampleCountProperty.SAMPLE_COUNT,


Завантаження…
Відмінити
Зберегти