Package io.opentelemetry.api.metrics
Interface Instrument
-
- All Known Subinterfaces:
AsynchronousInstrument<R>,DoubleCounter,DoubleSumObserver,DoubleUpDownCounter,DoubleUpDownSumObserver,DoubleValueObserver,DoubleValueRecorder,LongCounter,LongSumObserver,LongUpDownCounter,LongUpDownSumObserver,LongValueObserver,LongValueRecorder,SynchronousInstrument<B>
@ThreadSafe public interface InstrumentBase interface for all metrics defined in this package.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceInstrument.BuilderTheBuilderclass for theInstrument.
-