Configuration

good events {{good_length}} data points, {{good_total_duration}} duration
{{expandedGood}}

bad events {{bad_length}} data points, {{bad_total_duration}} duration
{{expandedBad}}



threshold
threshold










Alert Threshold Crossings

Step Time Event Alert1 vs Threshold1 Alert2 vs Threshold2
{{crossing.step}} {{fn.stepToTimeString(crossing.step, interval)}} {{crossing.type === 'above_threshold' ? 'Above Threshold' : 'Below Threshold'}} {{crossing.alert1Value?.toFixed(4)}} > {{crossing.threshold1Value?.toFixed(4)}} {{crossing.alert2Value?.toFixed(4)}} > {{crossing.threshold2Value?.toFixed(4)}}

Example Description

Series values

step time good bad rate good rate bad
{{index}}: {{timeStrings[index]}} {{value}} {{step_values.bad_values[index]}} {{step_values.rate_good[index]}} {{step_values.rate_bad[index]}}