Package io.dropwizard.metrics5
Interface Metric
- All Known Subinterfaces:
Gauge<T>,Metered,MetricSet,SettableGauge<T>
- All Known Implementing Classes:
CachedGauge,Counter,DefaultSettableGauge,DerivativeGauge,Histogram,Meter,MetricRegistry,NoopMetricRegistry,RatioGauge,Timer
public interface Metric
A tag interface to indicate that a class is a metric.