Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Defer to rescaling if values don't fit in the bucket
- Rescaling is not frequent behaviour (for cumulative scale should normalize after initial few recording, for delta it could increase/decrease but would be mostly stable) hence we would re-try the record behaviour if the index won't fit in the value.
- Loading branch information