How many samples that need to cross the threshold to clear a warning. Overrides SAMPLE_COUNT_CLEAR
Used with the minAverage
and maxAverage
options. If maxAverage
is
used, then the warning will be cleared when at or below this value. If
minAverage
is used, then the warning will be cleared at or above this
value.
Warning will be raised if tracked metric rises above this value.
Warning will be raised based on the average over sampleCount
samples.
The warning is raised if the average is above the raiseValue
amount and
is cleared when below the clearValue
amount.
Warning will be raised if tracked metric stays constant for the specified number of consequent samples.
Warning will be raised if tracked metric falls below this value.
Warning will be raised based on the average over sampleCount
samples.
The warning is raised if the average is below the raiseValue
amount and
is cleared when above the clearValue
amount.
Warning will be raised if the standard deviation of the tracked metric does not exceed this value.
How many samples that need to cross the threshold to raise a warning. Overrides SAMPLE_COUNT_RAISE
How many samples we use when testing metric thresholds. Overrides _maxSampleCount
Generated using TypeDoc
Speficic threshold value for ThresholdOptions