Skip to main content
Thresholds define when a validation result becomes an incident. Datachecks supports two types: Auto and Constant.

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:
  1. Datachecks runs preliminary statistical tests to understand the shape of your data series.
  2. It learns the expected range based on historical values and the parameters you define.
  3. Bounds are periodically refreshed to stay accurate as your data evolves.
  4. When a new metric value falls outside the learned bounds, an incident is created.
Auto thresholds require no manual configuration and adapt automatically to changes in your data over time.

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
Supported operators Examples
Constant thresholds are well-suited to metrics with predictable, well-understood boundaries. They do not adapt to fluctuations in your data over time.