did_it_change
Detect whether a metric's change is real or statistical noise using historical data with a controlled false-alarm rate. Supports two-sided detection and drifting metrics.
Instructions
Did a metric actually change, or is the move noise? Detects both rises AND collapses against the metric's own history, with a stated false-alarm rate and no assumption about the distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | the metric's history, oldest first | |
| half_life | No | optional: readings after which old history counts half, for drifting metrics | |
| two_sided | No | detect drops as well as rises (default true) |