Uses of Class
io.opentelemetry.sdk.metrics.internal.aggregator.AggregatorHandle
Packages that use AggregatorHandle
Package
Description
Metric aggregators.
-
Uses of AggregatorHandle in io.opentelemetry.sdk.metrics.internal.aggregator
Subclasses of AggregatorHandle in io.opentelemetry.sdk.metrics.internal.aggregatorModifier and TypeClassDescription(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
Fields in io.opentelemetry.sdk.metrics.internal.aggregator declared as AggregatorHandleModifier and TypeFieldDescriptionprivate static final AggregatorHandle
<PointData, DoubleExemplarData> DropAggregator.HANDLE
Methods in io.opentelemetry.sdk.metrics.internal.aggregator that return AggregatorHandleModifier and TypeMethodDescriptionAggregator.createHandle()
Returns a newAggregatorHandle
.DoubleBase2ExponentialHistogramAggregator.createHandle()
DoubleExplicitBucketHistogramAggregator.createHandle()
DoubleLastValueAggregator.createHandle()
DoubleSumAggregator.createHandle()
DropAggregator.createHandle()
LongLastValueAggregator.createHandle()
LongSumAggregator.createHandle()
-
Uses of AggregatorHandle in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type AggregatorHandleModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue
<AggregatorHandle<T, U>> DefaultSynchronousMetricStorage.aggregatorHandlePool
private final ConcurrentHashMap
<Attributes, AggregatorHandle<T, U>> DefaultSynchronousMetricStorage.AggregatorHolder.aggregatorHandles
private ConcurrentHashMap
<Attributes, AggregatorHandle<T, U>> DefaultSynchronousMetricStorage.previousCollectionAggregatorHandles
Methods in io.opentelemetry.sdk.metrics.internal.state that return AggregatorHandleModifier and TypeMethodDescriptionprivate AggregatorHandle
<T, U> DefaultSynchronousMetricStorage.getAggregatorHandle
(ConcurrentHashMap<Attributes, AggregatorHandle<T, U>> aggregatorHandles, Attributes attributes, Context context) Methods in io.opentelemetry.sdk.metrics.internal.state that return types with arguments of type AggregatorHandleModifier and TypeMethodDescription(package private) Queue
<AggregatorHandle<T, U>> DefaultSynchronousMetricStorage.getAggregatorHandlePool()
Method parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AggregatorHandleModifier and TypeMethodDescriptionprivate AggregatorHandle
<T, U> DefaultSynchronousMetricStorage.getAggregatorHandle
(ConcurrentHashMap<Attributes, AggregatorHandle<T, U>> aggregatorHandles, Attributes attributes, Context context) Constructor parameters in io.opentelemetry.sdk.metrics.internal.state with type arguments of type AggregatorHandleModifierConstructorDescriptionprivate
AggregatorHolder
(ConcurrentHashMap<Attributes, AggregatorHandle<T, U>> aggregatorHandles)