Package io.opencensus.stats
package io.opencensus.stats
API for stats recording.
-
ClassDescription
Aggregationis the process of combining a certain set ofMeasureValues for a givenMeasureinto anAggregationData.Calculate count on aggregatedMeasureValues.Calculate distribution stats on aggregatedMeasureValues.Calculate the last value of aggregatedMeasureValues.Deprecated.Calculate sum on aggregatedMeasureValues.The count value of aggregatedMeasureValues.The distribution stats of aggregatedMeasureValues.The last value of aggregatedMeasureValueDoubles.The last value of aggregatedMeasureValueLongs.Deprecated.since 0.13, useAggregationData.DistributionDatainstead.The sum value of aggregatedMeasureValueDoubles.The sum value of aggregatedMeasureValueLongs.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.The bucket boundaries for a histogram.The definition of theMeasurementthat is taken by OpenCensus library.MeasurewithDoubletyped values.MeasurewithLongtyped values.A map fromMeasures to measured values to be recorded at the same time.Immutable representation of a Measurement.DoubletypedMeasurement.LongtypedMeasurement.No-op implementations of stats classes.Class for accessing the defaultStatsComponent.State of theStatsComponent.Class that holds the implementations forViewManagerandStatsRecorder.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 endTimestampinstead.Deprecated.since 0.13, please use start and endTimestampinstead.Deprecated.since 0.13, please use start and endTimestampinstead.
Aggregation.Distributioninstead.