pub const DEFAULT_MIN_MEASUREMENTS: u16 = 2;Expand description
Default minimum number of historical measurements required for audit.
When auditing a measurement, at least this many historical data points are required to establish a statistical baseline. If fewer measurements are available, the audit will be skipped with a warning.
This value is used when neither CLI options nor configuration file
specify min_measurements.