Uses of Class
io.opentelemetry.sdk.metrics.internal.state.AsynchronousMetricStorage
Packages that use AsynchronousMetricStorage
-
Uses of AsynchronousMetricStorage in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type AsynchronousMetricStorageModifier and TypeFieldDescriptionprivate final List
<AsynchronousMetricStorage<?, ?>> SdkObservableMeasurement.storages
Methods in io.opentelemetry.sdk.metrics.internal.state that return AsynchronousMetricStorageModifier and TypeMethodDescriptionstatic <T extends PointData,
U extends ExemplarData>
AsynchronousMetricStorage<T, U> AsynchronousMetricStorage.create
(RegisteredReader registeredReader, RegisteredView registeredView, InstrumentDescriptor instrumentDescriptor) Create an asynchronous storage instance for theView
andInstrumentDescriptor
.Methods in io.opentelemetry.sdk.metrics.internal.state that return types with arguments of type AsynchronousMetricStorageModifier and TypeMethodDescription(package private) List
<AsynchronousMetricStorage<?, ?>> SdkObservableMeasurement.getStorages()
Method parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AsynchronousMetricStorageModifier and TypeMethodDescriptionstatic SdkObservableMeasurement
SdkObservableMeasurement.create
(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, List<AsynchronousMetricStorage<?, ?>> storages) Create aSdkObservableMeasurement
.Constructor parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AsynchronousMetricStorageModifierConstructorDescriptionprivate
SdkObservableMeasurement
(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, List<AsynchronousMetricStorage<?, ?>> storages)