Uses of Class
io.opentelemetry.sdk.metrics.internal.state.AsynchronousMetricStorage
-
Packages that use AsynchronousMetricStorage Package Description io.opentelemetry.sdk.metrics.internal.state -
-
Uses of AsynchronousMetricStorage in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type AsynchronousMetricStorage Modifier and Type Field Description private java.util.List<AsynchronousMetricStorage<?,?>>SdkObservableMeasurement. storagesMethods in io.opentelemetry.sdk.metrics.internal.state that return AsynchronousMetricStorage Modifier and Type Method Description static <T extends PointData,U extends ExemplarData>
AsynchronousMetricStorage<T,U>AsynchronousMetricStorage. create(RegisteredReader registeredReader, RegisteredView registeredView, InstrumentDescriptor instrumentDescriptor)Create an asynchronous storage instance for theViewandInstrumentDescriptor.Methods in io.opentelemetry.sdk.metrics.internal.state that return types with arguments of type AsynchronousMetricStorage Modifier and Type Method Description (package private) java.util.List<AsynchronousMetricStorage<?,?>>SdkObservableMeasurement. getStorages()Method parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AsynchronousMetricStorage Modifier and Type Method Description static SdkObservableMeasurementSdkObservableMeasurement. create(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, java.util.List<AsynchronousMetricStorage<?,?>> storages)Create aSdkObservableMeasurement.Constructor parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AsynchronousMetricStorage Constructor Description SdkObservableMeasurement(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, java.util.List<AsynchronousMetricStorage<?,?>> storages)
-