metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.08k stars 148 forks source link

fix(prom): `RollingSummary` overflow panic #423

Closed LucioFranco closed 8 months ago

LucioFranco commented 8 months ago

This fixes a RollingSummary overflow/underflow panic that happens when time goes backwards. In this case, instead of panicking we detect the underflow and will drop the value.