Cleared 1m ago · bolshakov/stoplight #774 · Ruby · ★ 628 · MIT

`WindowMetrics`'s success bucket never prunes on the healthy path, growing unbounded for the life of the process

Summary SlidingWindow#increment only adds a bucket and never evicts, and pruning only happens inside #sum_in_window. WindowMetrics#record_success never triggers a snapshot/read, so for an error-rate light that mostly succeeds -- the normal, desired state -- the success bucket…

What we checked

Similar unclaimed issues