Uses of Interface
io.dropwizard.metrics5.Counting

  • Uses of Counting in io.dropwizard.metrics5

    Subinterfaces of Counting in io.dropwizard.metrics5
    Modifier and Type
    Interface
    Description
    interface 
    An object which maintains mean and moving average rates.
    Classes in io.dropwizard.metrics5 that implement Counting
    Modifier and Type
    Class
    Description
    class 
    An incrementing and decrementing counter metric.
    class 
    A metric which calculates the distribution of a value.
    class 
    A meter metric which measures mean throughput and one-, five-, and fifteen-minute moving average throughputs.
    class 
    A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via Meter.