Uses of Class
io.opencensus.stats.Aggregation
-
Packages that use Aggregation Package Description io.opencensus.contrib.grpc.metrics io.opencensus.contrib.http.util io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of Aggregation in io.opencensus.contrib.grpc.metrics
Fields in io.opencensus.contrib.grpc.metrics declared as Aggregation Modifier and Type Field Description (package private) static AggregationRpcViewConstants. AGGREGATION_WITH_BYTES_HISTOGRAM(package private) static AggregationRpcViewConstants. AGGREGATION_WITH_COUNT_HISTOGRAM(package private) static AggregationRpcViewConstants. AGGREGATION_WITH_COUNT_RETRY_HISTOGRAM(package private) static AggregationRpcViewConstants. AGGREGATION_WITH_MILLIS_HISTOGRAM(package private) static AggregationRpcViewConstants. AGGREGATION_WITH_MILLIS_HISTOGRAM_DEPRECATED(package private) static AggregationRpcViewConstants. COUNT(package private) static AggregationRpcViewConstants. MEAN(package private) static AggregationRpcViewConstants. SUM -
Uses of Aggregation in io.opencensus.contrib.http.util
Fields in io.opencensus.contrib.http.util declared as Aggregation Modifier and Type Field Description (package private) static AggregationHttpViewConstants. COUNT(package private) static AggregationHttpViewConstants. LATENCY_DISTRIBUTION(package private) static AggregationHttpViewConstants. SIZE_DISTRIBUTION -
Uses of Aggregation in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as Aggregation Modifier and Type Field Description private AggregationIntervalBucket. aggregationFields in io.opencensus.implcore.stats with type parameters of type Aggregation Modifier and Type Field Description private static Function<Aggregation,MetricDescriptor.Type>MetricUtils. AGGREGATION_TYPE_DEFAULT_FUNCTIONMethods in io.opencensus.implcore.stats with parameters of type Aggregation Modifier and Type Method Description private static <T> java.util.Map<T,MutableAggregation>MutableViewData.IntervalMutableViewData. aggregateOnEachTagValueList(com.google.common.collect.Multimap<T,MutableAggregation> multimap, Aggregation aggregation, Measure measure)MutableAggregationRecordUtils.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 java.lang.StringMetricUtils. getUnit(Measure measure, Aggregation aggregation)private static voidMutableViewData.IntervalMutableViewData. putBucketsIntoMultiMap(java.util.ArrayDeque<IntervalBucket> buckets, com.google.common.collect.Multimap<java.util.List<TagValue>,MutableAggregation> multimap, Aggregation aggregation, Measure measure, Timestamp now)private static <T> voidMutableViewData.IntervalMutableViewData. putFractionalMutableAggregationsToMultiMap(java.util.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 Aggregation Constructor Description IntervalBucket(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) -
Uses of Aggregation in io.opencensus.stats
Subclasses of Aggregation in io.opencensus.stats Modifier and Type Class Description static classAggregation.CountCalculate count on aggregatedMeasureValues.static classAggregation.DistributionCalculate distribution stats on aggregatedMeasureValues.static classAggregation.LastValueCalculate the last value of aggregatedMeasureValues.static classAggregation.MeanDeprecated.since 0.13, useAggregation.Distributioninstead.static classAggregation.SumCalculate sum on aggregatedMeasureValues.(package private) classAutoValue_Aggregation_Count(package private) classAutoValue_Aggregation_Distribution(package private) classAutoValue_Aggregation_LastValue(package private) classAutoValue_Aggregation_MeanDeprecated.(package private) classAutoValue_Aggregation_SumFields in io.opencensus.stats declared as Aggregation Modifier and Type Field Description private AggregationAutoValue_View. aggregationMethods in io.opencensus.stats that return Aggregation Modifier and Type Method Description AggregationAutoValue_View. getAggregation()abstract AggregationView. getAggregation()TheAggregationassociated with thisView.Methods in io.opencensus.stats with parameters of type Aggregation Modifier and Type Method Description private static voidViewData. checkAggregation(Aggregation aggregation, AggregationData aggregationData, Measure measure)static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)Constructs a newView.static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)Deprecated.private static java.lang.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 Aggregation Constructor Description AutoValue_View(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)
-