tally
tally copied to clipboard
Inconsistent Bucket Sizing Overflow Behavior on Different Architectures
Please see https://github.com/uber-go/tally/issues/264 likely same issue on the java side.
There is no such issue on the Java side. It has its Duration implementation with overflow checks.
https://github.com/uber-java/tally/blob/master/core/src/main/java/com/uber/m3/util/Duration.java#L296
https://github.com/uber-java/tally/blob/master/core/src/main/java/com/uber/m3/util/Duration.java#L307