Sfoglia il codice sorgente

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

master
张春阳 GitHub 3 anni fa
parent
commit
3755d53498
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi File

@@ -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,


Loading…
Annulla
Salva