tally
tally copied to clipboard
StatsReporter and Scope use deprecated Buckets interface
This makes for awkward implementations of the interfaces for projects that treat warnings as errors.
https://github.com/uber-java/tally/blob/3164eb6393f190457b0f01cd6cdc2296eca8fec5/core/src/main/java/com/uber/m3/tally/StatsReporter.java#L67-L101
https://github.com/uber-java/tally/blob/3164eb6393f190457b0f01cd6cdc2296eca8fec5/core/src/main/java/com/uber/m3/tally/Scope.java#L58
https://github.com/uber-java/tally/blob/3164eb6393f190457b0f01cd6cdc2296eca8fec5/core/src/main/java/com/uber/m3/tally/Buckets.java#L27-L31