Package io.micrometer.core.instrument
Class AbstractMeter
java.lang.Object
io.micrometer.core.instrument.AbstractMeter
- All Implemented Interfaces:
Meter
- Direct Known Subclasses:
AbstractDistributionSummary
,AbstractTimer
,CompositeFunctionCounter
,CumulativeCounter
,CumulativeFunctionCounter
,DefaultGauge
,DefaultLongTaskTimer
,DefaultMeter
,DropwizardCounter
,DropwizardFunctionCounter
,DropwizardFunctionTimer
,DropwizardGauge
,NoopMeter
,StepCounter
,StepFunctionCounter
public abstract class AbstractMeter extends java.lang.Object implements Meter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micrometer.core.instrument.Meter
Meter.Builder, Meter.Id, Meter.Type
-
Constructor Summary
Constructors Constructor Description AbstractMeter(Meter.Id id)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait