Uses of Package
io.opentelemetry.sdk.metrics.internal.aggregator
Packages that use io.opentelemetry.sdk.metrics.internal.aggregator
Package
Description
Metric aggregators.
View related internal classes.
-
Classes in io.opentelemetry.sdk.metrics.internal.aggregator used by io.opentelemetry.sdk.metrics.internal.aggregatorClassDescriptionA circle-buffer-backed exponential counter.An integer array that automatically expands its memory consumption (via copy/allocation) when reaching limits.Possible sizes of backing arrays.Aggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.Aggregator represents the abstract class that is used for synchronous instruments.This class handles the operations for recording, scaling, and exposing data related to the base2 exponential histogram.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.stateClassDescriptionAggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.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.viewClassDescriptionAggregator represents the abstract class for all the available aggregations that can be computed during the collection phase for all the instruments.An internal interface for returning an Aggregator from an Aggregation.