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

    Modifier and Type Method Description
    Meter.Id getId()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micrometer.core.instrument.Meter

    close, match, measure, use
  • Constructor Details

    • AbstractMeter

      public AbstractMeter​(Meter.Id id)
  • Method Details

    • getId

      public Meter.Id getId()
      Specified by:
      getId in interface Meter
      Returns:
      A unique combination of name and tags