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 Aggregation
RpcViewConstants.AGGREGATION_WITH_BYTES_HISTOGRAM
(package private) static final Aggregation
RpcViewConstants.AGGREGATION_WITH_COUNT_HISTOGRAM
(package private) static final Aggregation
RpcViewConstants.AGGREGATION_WITH_COUNT_RETRY_HISTOGRAM
(package private) static final Aggregation
RpcViewConstants.AGGREGATION_WITH_MILLIS_HISTOGRAM
(package private) static final Aggregation
RpcViewConstants.AGGREGATION_WITH_MILLIS_HISTOGRAM_DEPRECATED
(package private) static final Aggregation
RpcViewConstants.COUNT
(package private) static final Aggregation
RpcViewConstants.MEAN
(package private) static final Aggregation
RpcViewConstants.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 Aggregation
HttpViewConstants.COUNT
(package private) static final Aggregation
HttpViewConstants.LATENCY_DISTRIBUTION
(package private) static final Aggregation
HttpViewConstants.SIZE_DISTRIBUTION
-
Uses of Aggregation in io.opencensus.implcore.stats
Fields 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_FUNCTION
Methods 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 MutableAggregation
RecordUtils.createMutableAggregation
(Aggregation aggregation, Measure measure) Create an emptyMutableAggregation
based on the givenAggregation
.(package private) static MetricDescriptor.Type
MetricUtils.getType
(Measure measure, Aggregation aggregation) private static String
MetricUtils.getUnit
(Measure measure, Aggregation aggregation) private static void
MutableViewData.IntervalMutableViewData.putBucketsIntoMultiMap
(ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<List<TagValue>, MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now) private static <T> void
MutableViewData.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 class
Calculate count on aggregatedMeasureValue
s.static class
Calculate distribution stats on aggregatedMeasureValue
s.static class
Calculate the last value of aggregatedMeasureValue
s.static class
Deprecated.static class
Calculate sum on aggregatedMeasureValue
s.(package private) final class
(package private) final class
(package private) final class
(package private) final class
Deprecated.(package private) final class
Fields in io.opencensus.stats declared as AggregationMethods in io.opencensus.stats that return AggregationModifier and TypeMethodDescriptionAutoValue_View.getAggregation()
abstract Aggregation
View.getAggregation()
TheAggregation
associated with thisView
.Methods in io.opencensus.stats with parameters of type AggregationModifier and TypeMethodDescriptionprivate static void
ViewData.checkAggregation
(Aggregation aggregation, AggregationData aggregationData, Measure measure) static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView
.static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.private static String
ViewData.createErrorMessageForAggregation
(Aggregation aggregation, AggregationData aggregationData) private static void
ViewData.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.Distribution
instead.