Package io.opencensus.stats
package io.opencensus.stats
API for stats recording.
-
ClassDescription
Aggregation
is the process of combining a certain set ofMeasureValue
s for a givenMeasure
into anAggregationData
.Calculate count on aggregatedMeasureValue
s.Calculate distribution stats on aggregatedMeasureValue
s.Calculate the last value of aggregatedMeasureValue
s.Deprecated.Calculate sum on aggregatedMeasureValue
s.The count value of aggregatedMeasureValue
s.The distribution stats of aggregatedMeasureValue
s.The last value of aggregatedMeasureValueDouble
s.The last value of aggregatedMeasureValueLong
s.Deprecated.since 0.13, useAggregationData.DistributionData
instead.The sum value of aggregatedMeasureValueDouble
s.The sum value of aggregatedMeasureValueLong
s.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.The bucket boundaries for a histogram.The definition of theMeasurement
that is taken by OpenCensus library.Measure
withDouble
typed values.Measure
withLong
typed values.A map fromMeasure
s to measured values to be recorded at the same time.Immutable representation of a Measurement.Double
typedMeasurement
.Long
typedMeasurement
.No-op implementations of stats classes.Class for accessing the defaultStatsComponent
.State of theStatsComponent
.Class that holds the implementations forViewManager
andStatsRecorder
.Provides methods to record stats against tags.A View specifies an aggregation and a set of tag keys.Deprecated.since 0.13.Deprecated.since 0.13.Deprecated.since 0.13.The name of aView
.The aggregated data for a particularView
.Deprecated.since 0.13, please use start and endTimestamp
instead.Deprecated.since 0.13, please use start and endTimestamp
instead.Deprecated.since 0.13, please use start and endTimestamp
instead.
Aggregation.Distribution
instead.