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 TypeInterfaceDescriptioninterface
Stores aggregatedMetricData
for synchronous instruments.Classes in io.opentelemetry.sdk.metrics.internal.state that implement MetricStorageModifier and TypeClassDescriptionfinal class
AsynchronousMetricStorage<T extends PointData,
U extends ExemplarData> Stores aggregatedMetricData
for asynchronous instruments.final class
DefaultSynchronousMetricStorage<T extends PointData,
U extends ExemplarData> Stores aggregatedMetricData
for synchronous instruments.(package private) final class
Fields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type MetricStorageModifier and TypeFieldDescriptionprivate final Map
<MetricDescriptor, MetricStorage> MetricStorageRegistry.registry
Methods in io.opentelemetry.sdk.metrics.internal.state with type parameters of type MetricStorageModifier and TypeMethodDescription<I extends MetricStorage>
IMetricStorageRegistry.register
(I newStorage) Registers the metricnewStorage
to this registry.Methods in io.opentelemetry.sdk.metrics.internal.state that return types with arguments of type MetricStorageModifier and TypeMethodDescriptionMetricStorageRegistry.getStorages()
Returns aCollection
of the registeredMetricStorage
.