Uses of Interface
io.dropwizard.metrics5.Summing
-
-
Uses of Summing in io.dropwizard.metrics5
Subinterfaces of Summing in io.dropwizard.metrics5 Modifier and Type Interface Description interfaceMeteredAn object which maintains mean and moving average rates.Classes in io.dropwizard.metrics5 that implement Summing Modifier and Type Class Description classHistogramA metric which calculates the distribution of a value.classMeterA meter metric which measures mean throughput and one-, five-, and fifteen-minute moving average throughputs.classTimerA timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter.
-