Package io.dropwizard.metrics5
Class DeltaCounter
- java.lang.Object
-
- io.dropwizard.metrics5.Counter
-
- io.dropwizard.metrics5.DeltaCounter
-
- All Implemented Interfaces:
io.dropwizard.metrics5.Counting,io.dropwizard.metrics5.Metric
public class DeltaCounter extends io.dropwizard.metrics5.CounterA 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 Summary
Constructors Constructor Description DeltaCounter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeltaCounterget(io.dropwizard.metrics5.MetricRegistry registry, String metricName)
-
-
-
Method Detail
-
get
public static DeltaCounter get(io.dropwizard.metrics5.MetricRegistry registry, String metricName)
-
-