Uses of Class
io.opencensus.stats.Measure
Packages that use Measure
Package
Description
API for stats recording.
-
Uses of Measure in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages with type parameters of type MeasureMethods in io.opencensus.contrib.zpages with parameters of type MeasureModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitMeasureTableRow
(Measure measure, PrintWriter out, Formatter formatter) Method parameters in io.opencensus.contrib.zpages with type arguments of type MeasureModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitMeasureTable
(Map<String, Measure> measures, PrintWriter out, Formatter formatter) private static void
StatszZPageHandler.groupViewsByDirectoriesAndGetMeasures
(Set<View> views, StatszZPageHandler.TreeNode root, Map<String, Measure> measures, Set<View> cachedViews) -
Uses of Measure in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as MeasureFields in io.opencensus.implcore.stats with type parameters of type MeasureMethods in io.opencensus.implcore.stats with parameters of type MeasureModifier and TypeMethodDescriptionprivate static <T> Map
<T, MutableAggregation> MutableViewData.IntervalMutableViewData.aggregateOnEachTagValueList
(com.google.common.collect.Multimap<T, MutableAggregation> multimap, Aggregation aggregation, Measure measure) (package private) static <T> Map
<T, AggregationData> RecordUtils.createAggregationMap
(Map<T, MutableAggregation> tagValueAggregationMap, Measure measure) (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 MeasureModifierConstructorDescription(package private)
IntervalBucket
(Timestamp start, Duration duration, Aggregation aggregation, Measure measure) -
Uses of Measure in io.opencensus.stats
Subclasses of Measure in io.opencensus.statsModifier and TypeClassDescription(package private) final class
(package private) final class
static class
Measure
withDouble
typed values.static class
Measure
withLong
typed values.Fields in io.opencensus.stats declared as MeasureMethods in io.opencensus.stats that return MeasureModifier and TypeMethodDescriptionAutoValue_View.getMeasure()
abstract Measure
Measurement.getMeasure()
Extracts the measuredMeasure
.abstract Measure
View.getMeasure()
Measure type of this view.Methods in io.opencensus.stats with parameters of type MeasureModifier 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.Constructors in io.opencensus.stats with parameters of type MeasureModifierConstructorDescription(package private)
AutoValue_View
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window)
View.create(Name, String, Measure, Aggregation, List)
.