Uses of Class
io.opencensus.stats.AggregationData
Packages that use AggregationData
Package
Description
API for stats recording.
-
Uses of AggregationData in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages with parameters of type AggregationDataModifier and TypeMethodDescriptionprivate static void
RpczZPageHandler.getStats
(RpczZPageHandler.StatsSnapshot snapshot, AggregationData data, View view, ViewData.AggregationWindowData windowData) Method parameters in io.opencensus.contrib.zpages with type arguments of type AggregationDataModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitViewDataRow
(View view, Map.Entry<List<TagValue>, AggregationData> entry, PrintWriter out, Formatter formatter) -
Uses of AggregationData in io.opencensus.implcore.stats
Methods in io.opencensus.implcore.stats that return AggregationDataModifier and TypeMethodDescription(package private) AggregationData
MutableAggregation.MutableCount.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableDistribution.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableLastValueDouble.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableLastValueLong.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableMean.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableSumDouble.toAggregationData()
(package private) AggregationData
MutableAggregation.MutableSumLong.toAggregationData()
(package private) abstract AggregationData
MutableAggregation.toAggregationData()
Methods in io.opencensus.implcore.stats that return types with arguments of type AggregationDataModifier and TypeMethodDescriptionprivate Map
<List<TagValue>, AggregationData> MutableViewData.IntervalMutableViewData.combineBucketsAndGetAggregationMap
(Timestamp now) (package private) static <T> Map
<T, AggregationData> RecordUtils.createAggregationMap
(Map<T, MutableAggregation> tagValueAggregationMap, Measure measure) -
Uses of AggregationData in io.opencensus.stats
Subclasses of AggregationData in io.opencensus.statsModifier and TypeClassDescriptionstatic class
The count value of aggregatedMeasureValue
s.static class
The distribution stats of aggregatedMeasureValue
s.static class
The last value of aggregatedMeasureValueDouble
s.static class
The last value of aggregatedMeasureValueLong
s.static class
Deprecated.static class
The sum value of aggregatedMeasureValueDouble
s.static class
The sum value of aggregatedMeasureValueLong
s.(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Deprecated.(package private) final class
(package private) final class
Fields in io.opencensus.stats with type parameters of type AggregationDataModifier and TypeFieldDescriptionprivate final Map
<List<TagValue>, AggregationData> AutoValue_ViewData.aggregationMap
Methods in io.opencensus.stats that return types with arguments of type AggregationDataModifier and TypeMethodDescriptionAutoValue_ViewData.getAggregationMap()
abstract Map
<List<TagValue>, AggregationData> ViewData.getAggregationMap()
TheAggregationData
grouped by combination of tag values, associated with thisViewData
.Methods in io.opencensus.stats with parameters of type AggregationDataModifier and TypeMethodDescriptionprivate static void
ViewData.checkAggregation
(Aggregation aggregation, AggregationData aggregationData, Measure measure) private static String
ViewData.createErrorMessageForAggregation
(Aggregation aggregation, AggregationData aggregationData) private static void
ViewData.throwIfAggregationMismatch
(boolean isValid, Aggregation aggregation, AggregationData aggregationData) Method parameters in io.opencensus.stats with type arguments of type AggregationDataModifier and TypeMethodDescriptionstatic ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, Timestamp start, Timestamp end) Constructs a newViewData
.static ViewData
ViewData.create
(View view, Map<? extends List<TagValue>, ? extends AggregationData> map, ViewData.AggregationWindowData windowData) Deprecated.in favor ofViewData.create(View, Map, Timestamp, Timestamp)
.private static ViewData
ViewData.createInternal
(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData window, Timestamp start, Timestamp end) Constructor parameters in io.opencensus.stats with type arguments of type AggregationDataModifierConstructorDescription(package private)
AutoValue_ViewData
(View view, Map<List<TagValue>, AggregationData> aggregationMap, ViewData.AggregationWindowData windowData, Timestamp start, Timestamp end)
AggregationData.DistributionData
instead.