iopsystems / rezolus

Systems performance telemetry
Other
59 stars 9 forks source link

bugfix: incorrect calculation of histogram snapshot delta #216

Closed brayniac closed 6 months ago

brayniac commented 6 months ago

Introduced in #156

We are incorrectly throwing away the delta instead of storing it. This results in the running percentiles being reported instead of delta percentiles.

This change stores the delta instead of throwing it away.