Uses of Interface
io.opentelemetry.sdk.metrics.internal.state.MetricStorage
Packages that use MetricStorage
-
Uses of MetricStorage in io.opentelemetry.sdk.metrics.internal.state
Subinterfaces of MetricStorage in io.opentelemetry.sdk.metrics.internal.stateModifier and TypeInterfaceDescriptioninterfaceStores aggregatedMetricDatafor synchronous instruments.Classes in io.opentelemetry.sdk.metrics.internal.state that implement MetricStorageModifier and TypeClassDescriptionfinal classAsynchronousMetricStorage<T extends PointData, U extends ExemplarData>Stores aggregatedMetricDatafor asynchronous instruments.final classDefaultSynchronousMetricStorage<T extends PointData, U extends ExemplarData>Stores aggregatedMetricDatafor synchronous instruments.(package private) final classFields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type MetricStorageModifier and TypeFieldDescriptionprivate final Map<MetricDescriptor, MetricStorage> MetricStorageRegistry.registryMethods in io.opentelemetry.sdk.metrics.internal.state with type parameters of type MetricStorageModifier and TypeMethodDescription<I extends MetricStorage>
IMetricStorageRegistry.register(I newStorage) Registers the metricnewStorageto this registry.Methods in io.opentelemetry.sdk.metrics.internal.state that return types with arguments of type MetricStorageModifier and TypeMethodDescriptionMetricStorageRegistry.getStorages()Returns aCollectionof the registeredMetricStorage.