did_it_change
Determine if a metric's change is real or just noise by comparing it against its own history. Detects both rises and drops with a stated false-alarm rate and no distribution assumptions.
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) |