Uses of Package
io.opentelemetry.sdk.metrics.internal.aggregator
-
Packages that use io.opentelemetry.sdk.metrics.internal.aggregator Package Description io.opentelemetry.sdk.metrics.internal.aggregator Metric aggregators.io.opentelemetry.sdk.metrics.internal.state io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
Classes in io.opentelemetry.sdk.metrics.internal.aggregator used by io.opentelemetry.sdk.metrics.internal.aggregator Class Description AbstractSumAggregator AdaptingCircularBufferCounter A circle-buffer-backed exponential counter.AdaptingIntegerArray An integer array that automatically expands its memory consumption (via copy/allocation) when reaching limits.AdaptingIntegerArray.ArrayCellSize Possible sizes of backing arrays.Aggregator Aggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.AggregatorHandle Aggregator represents the abstract class that is used for synchronous instruments.Base2ExponentialHistogramIndexer DoubleBase2ExponentialHistogramBuckets This class handles the operations for recording, scaling, and exposing data related to the base2 exponential histogram.EmptyMetricData This class is internal and is hence not for public use. -
Classes in io.opentelemetry.sdk.metrics.internal.aggregator used by io.opentelemetry.sdk.metrics.internal.state Class Description Aggregator Aggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.AggregatorHandle Aggregator represents the abstract class that is used for synchronous instruments. -
Classes in io.opentelemetry.sdk.metrics.internal.aggregator used by io.opentelemetry.sdk.metrics.internal.view Class Description Aggregator Aggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.AggregatorFactory An internal interface for returning an Aggregator from an Aggregation.