Uses of Class
io.opencensus.stats.Aggregation
Packages that use Aggregation
Package
Description
API for stats recording.
-
Uses of Aggregation in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as AggregationModifier and TypeFieldDescription(package private) static final AggregationRpcViewConstants.AGGREGATION_WITH_BYTES_HISTOGRAM(package private) static final AggregationRpcViewConstants.AGGREGATION_WITH_COUNT_HISTOGRAM(package private) static final AggregationRpcViewConstants.AGGREGATION_WITH_COUNT_RETRY_HISTOGRAM(package private) static final AggregationRpcViewConstants.AGGREGATION_WITH_MILLIS_HISTOGRAM(package private) static final AggregationRpcViewConstants.AGGREGATION_WITH_MILLIS_HISTOGRAM_DEPRECATED(package private) static final AggregationRpcViewConstants.COUNT(package private) static final AggregationRpcViewConstants.MEAN(package private) static final AggregationRpcViewConstants.SUM -
Uses of Aggregation in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as AggregationModifier and TypeFieldDescription(package private) static final AggregationHttpViewConstants.COUNT(package private) static final AggregationHttpViewConstants.LATENCY_DISTRIBUTION(package private) static final AggregationHttpViewConstants.SIZE_DISTRIBUTION -
Uses of Aggregation in io.opencensus.implcore.stats
Classes in io.opencensus.implcore.stats that implement interfaces with type arguments of type AggregationModifier and TypeClassDescriptionprivate static final classFields in io.opencensus.implcore.stats declared as AggregationFields in io.opencensus.implcore.stats with type parameters of type AggregationModifier and TypeFieldDescriptionprivate static final Function<Aggregation, MetricDescriptor.Type> MetricUtils.AGGREGATION_TYPE_DEFAULT_FUNCTIONMethods in io.opencensus.implcore.stats with parameters of type AggregationModifier and TypeMethodDescriptionprivate static <T> Map<T, MutableAggregation> MutableViewData.IntervalMutableViewData.aggregateOnEachTagValueList(com.google.common.collect.Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure) RecordUtils.AggregationDefaultFunction.apply(Aggregation arg) (package private) static MutableAggregationRecordUtils.createMutableAggregation(Aggregation aggregation, Measure measure) Create an emptyMutableAggregationbased on the givenAggregation.(package private) static MetricDescriptor.TypeMetricUtils.getType(Measure measure, Aggregation aggregation) private static StringMetricUtils.getUnit(Measure measure, Aggregation aggregation) private static voidMutableViewData.IntervalMutableViewData.putBucketsIntoMultiMap(ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<List<TagValue>, MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now) private static <T> voidMutableViewData.IntervalMutableViewData.putFractionalMutableAggregationsToMultiMap(Map<T, MutableAggregation> mutableAggrMap, com.google.common.collect.Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure, double fraction) Constructors in io.opencensus.implcore.stats with parameters of type AggregationModifierConstructorDescription(package private)IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) -
Uses of Aggregation in io.opencensus.stats
Subclasses of Aggregation in io.opencensus.statsModifier and TypeClassDescriptionstatic classCalculate count on aggregatedMeasureValues.static classCalculate distribution stats on aggregatedMeasureValues.static classCalculate the last value of aggregatedMeasureValues.static classDeprecated.static classCalculate sum on aggregatedMeasureValues.(package private) final class(package private) final class(package private) final class(package private) final classDeprecated.(package private) final classFields in io.opencensus.stats declared as AggregationMethods in io.opencensus.stats that return AggregationModifier and TypeMethodDescriptionAutoValue_View.getAggregation()abstract AggregationView.getAggregation()TheAggregationassociated with thisView.Methods in io.opencensus.stats with parameters of type AggregationModifier and TypeMethodDescriptionprivate static voidViewData.checkAggregation(Aggregation aggregation, AggregationData aggregationData, Measure measure) static ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView.static ViewView.create(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.private static StringViewData.createErrorMessageForAggregation(Aggregation aggregation, AggregationData aggregationData) private static voidViewData.throwIfAggregationMismatch(boolean isValid, Aggregation aggregation, AggregationData aggregationData) Constructors in io.opencensus.stats with parameters of type AggregationModifierConstructorDescription(package private)AutoValue_View(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window)
Aggregation.Distributioninstead.