Post edit history
APM Counter
| Before | After | ||
|---|---|---|---|
| 1 | All 'per interval' calculations should be done using so called 'sliding window', you basically collect something up to last N seconds and use this for 'per interval' calc | 1 | All 'per interval' calculations should be done using so called 'sliding window', you basically collect something up to last N seconds and use this for 'per interval' calc, this way no resets/etc and it will stay accurate after 1st measured interval passed |
