Open
Description
What would you like to be added?
SumAllDeltaValues and SumAllAggrValues are methods of Uint64StatCollection.
Given that Uint64StatCollection can contain > 1 Uint64 there is a probability that the calculated Sum will overflow Uint64 Max.
Why is this needed?
We should consider how likely this is to occur.
Altering the precision of the summed value may be necessary.