Optional _functionFunction applied to the measure before it is compared against the predicted bounds.
Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional autoNumber of days after which an open alert is automatically resolved. When unset, alerts stay open until the measure returns within bounds.
Optional enableWhether to alert when the measure stops changing entirely.
Defaults to true.
Optional minMinimum distance between the predicted value and the lower bound. Widening the lower bound to at least this size suppresses alerts on small downward deviations. When unset, no minimum is enforced.
Optional minMinimum distance between the predicted value and the upper bound. Widening the upper bound to at least this size suppresses alerts on small upward deviations. When unset, no minimum is enforced.
Optional modelRestricts which predicted bound the monitor alerts on. UPPER_ONLY alerts only when
the measure rises above the upper bound, LOWER_ONLY only when it falls below the
lower bound. When unset, the monitor alerts on both.
Generated using TypeDoc
Tuning options for the anomaly detection model used by the monitor.