Closed Bug 1053385 Opened 10 years ago Closed 9 years ago

Add variance-based threshold on alerts

Categories

(Datazilla Graveyard :: Metrics, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ekyle, Unassigned)

References

Details

Alerts are filtered based on absolute difference, or percent-of-mean difference.  

> "min_regression": "50"
> "min_regression": "2%"

Add ability to include percent (or multiplier) of standard deviation.  Since we do this in Python, it would be easy to do something like:

> "min_regression": "50"
> "min_regression": "0.02 * mean"
> "min_regression": "1.25 * stddev"
> "min_regression": "1.5 * stddev and 0.02 * mean and 50"
dzAlerts is a dead project
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.