| Auto | Constant | |
|---|---|---|
| Setup | Automatic | Manual |
| Adapts over time | Yes | No |
| Best for | Dynamic data with natural fluctuations | Fixed compliance or operational standards |
Auto thresholds
Auto thresholds use a machine-learning engine to establish baselines from your historical data. The system analyzes patterns — including seasonality and trends — and continuously updates its expected ranges as new data arrives. How it works:- Datachecks runs preliminary statistical tests to understand the shape of your data series.
- It learns the expected range based on historical values and the parameters you define.
- Bounds are periodically refreshed to stay accurate as your data evolves.
- When a new metric value falls outside the learned bounds, an incident is created.
Constant thresholds
Constant thresholds set a fixed boundary using a comparison operator and a value. An incident is triggered whenever the metric crosses that boundary. Syntax| Operator | Meaning |
|---|---|
> | Greater than |
>= | Greater than or equal to |
< | Less than |
<= | Less than or equal to |
= | Equal to |