Class DeltaCounter

  • All Implemented Interfaces:
    io.dropwizard.metrics5.Counting, io.dropwizard.metrics5.Metric

    public class DeltaCounter
    extends io.dropwizard.metrics5.Counter
    A counter for Wavefront delta metrics. Differs from a counter in that it is reset in the WavefrontReporter every time the value is reported.
    Author:
    Vikram Raman (vikram@wavefront.com)
    • Constructor Detail

      • DeltaCounter

        public DeltaCounter()
    • Method Detail

      • get

        public static DeltaCounter get​(io.dropwizard.metrics5.MetricRegistry registry,
                                       String metricName)