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 Instrument
Base interface for all metrics defined in this package.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Instrument.Builder
TheBuilder
class for theInstrument
.
-