Expand description
Anomaly detection using Welford’s online algorithm for running mean/variance and triggering alerts at >3x standard deviation.
Structs§
Functions§
- record_
metric - save
- save_
debounced - Debounced save: skips if less than 3s since last save. Use in hot paths (per-tool-call) to avoid excessive I/O.
- summary