Deployment Prediction Condition Config for Deployment Alerts. By default we monitor if predictions made over a time window has reduced significantly.
KEY | TYPE | Description |
---|---|---|
aggregationWindow | str | Time window to aggregate the predictions over, e.g. 1h, 10m. Only h(hour), m(minute) and s(second) are supported. |
threshold | float | Threshold for when to consider to be a violation. Negative means alert on reduction, positive means alert on increase. |
aggregationType | str | Aggregation type to use for the aggregation window, e.g. sum, avg. |