Package io.dropwizard.metrics5
Interface Summing
- All Known Subinterfaces:
Metered
public interface Summing
An interface for metric types which aggregate a sum
-
Method Summary
-
Method Details
-
getSum
long getSum()Return the current sum.- Returns:
- the current sum
-