Uses of Package
io.opencensus.stats
-
Packages that use io.opencensus.stats Package Description io.opencensus.contrib.exemplar.util io.opencensus.contrib.grpc.metrics io.opencensus.contrib.http io.opencensus.contrib.http.util io.opencensus.contrib.zpages io.opencensus.impl.stats io.opencensus.implcore.stats io.opencensus.impllite.stats io.opencensus.stats API for stats recording. -
Classes in io.opencensus.stats used by io.opencensus.contrib.exemplar.util Class Description MeasureMap A map fromMeasure
s to measured values to be recorded at the same time. -
Classes in io.opencensus.stats used by io.opencensus.contrib.grpc.metrics Class Description Aggregation Aggregation
is the process of combining a certain set ofMeasureValue
s for a givenMeasure
into anAggregationData
.Measure.MeasureDouble Measure
withDouble
typed values.Measure.MeasureLong Measure
withLong
typed values.View A View specifies an aggregation and a set of tag keys.View.AggregationWindow Deprecated.since 0.13.ViewManager -
Classes in io.opencensus.stats used by io.opencensus.contrib.http Class Description StatsRecorder Provides methods to record stats against tags. -
Classes in io.opencensus.stats used by io.opencensus.contrib.http.util Class Description Aggregation Aggregation
is the process of combining a certain set ofMeasureValue
s for a givenMeasure
into anAggregationData
.Measure.MeasureDouble Measure
withDouble
typed values.Measure.MeasureLong Measure
withLong
typed values.View A View specifies an aggregation and a set of tag keys.ViewManager -
Classes in io.opencensus.stats used by io.opencensus.contrib.zpages Class Description AggregationData Measure The definition of theMeasurement
that is taken by OpenCensus library.View A View specifies an aggregation and a set of tag keys.View.Name The name of aView
.ViewData The aggregated data for a particularView
.ViewData.AggregationWindowData Deprecated.since 0.13, please use start and endTimestamp
instead.ViewData.AggregationWindowData.CumulativeData Deprecated.since 0.13, please use start and endTimestamp
instead.ViewManager -
Classes in io.opencensus.stats used by io.opencensus.impl.stats Class Description StatsComponent Class that holds the implementations forViewManager
andStatsRecorder
. -
Classes in io.opencensus.stats used by io.opencensus.implcore.stats Class Description Aggregation Aggregation
is the process of combining a certain set ofMeasureValue
s for a givenMeasure
into anAggregationData
.Aggregation.Count Calculate count on aggregatedMeasureValue
s.Aggregation.Distribution Calculate distribution stats on aggregatedMeasureValue
s.AggregationData BucketBoundaries The bucket boundaries for a histogram.Measure The definition of theMeasurement
that is taken by OpenCensus library.Measure.MeasureDouble Measure
withDouble
typed values.Measure.MeasureLong Measure
withLong
typed values.MeasureMap A map fromMeasure
s to measured values to be recorded at the same time.Measurement Immutable representation of a Measurement.Measurement.MeasurementDouble Double
typedMeasurement
.Measurement.MeasurementLong Long
typedMeasurement
.StatsCollectionState State of theStatsComponent
.StatsComponent Class that holds the implementations forViewManager
andStatsRecorder
.StatsRecorder Provides methods to record stats against tags.View A View specifies an aggregation and a set of tag keys.View.AggregationWindow.Cumulative Deprecated.since 0.13.View.AggregationWindow.Interval Deprecated.since 0.13.View.Name The name of aView
.ViewData The aggregated data for a particularView
.ViewManager -
Classes in io.opencensus.stats used by io.opencensus.impllite.stats Class Description StatsComponent Class that holds the implementations forViewManager
andStatsRecorder
. -
Classes in io.opencensus.stats used by io.opencensus.stats Class Description Aggregation Aggregation
is the process of combining a certain set ofMeasureValue
s for a givenMeasure
into anAggregationData
.Aggregation.Count Calculate count on aggregatedMeasureValue
s.Aggregation.Distribution Calculate distribution stats on aggregatedMeasureValue
s.Aggregation.LastValue Calculate the last value of aggregatedMeasureValue
s.Aggregation.Mean Deprecated.since 0.13, useAggregation.Distribution
instead.Aggregation.Sum Calculate sum on aggregatedMeasureValue
s.AggregationData AggregationData.CountData The count value of aggregatedMeasureValue
s.AggregationData.DistributionData The distribution stats of aggregatedMeasureValue
s.AggregationData.LastValueDataDouble The last value of aggregatedMeasureValueDouble
s.AggregationData.LastValueDataLong The last value of aggregatedMeasureValueLong
s.AggregationData.MeanData Deprecated.since 0.13, useAggregationData.DistributionData
instead.AggregationData.SumDataDouble The sum value of aggregatedMeasureValueDouble
s.AggregationData.SumDataLong The sum value of aggregatedMeasureValueLong
s.BucketBoundaries The bucket boundaries for a histogram.Measure The definition of theMeasurement
that is taken by OpenCensus library.Measure.MeasureDouble Measure
withDouble
typed values.Measure.MeasureLong Measure
withLong
typed values.MeasureMap A map fromMeasure
s to measured values to be recorded at the same time.Measurement Immutable representation of a Measurement.Measurement.MeasurementDouble Double
typedMeasurement
.Measurement.MeasurementLong Long
typedMeasurement
.StatsCollectionState State of theStatsComponent
.StatsComponent Class that holds the implementations forViewManager
andStatsRecorder
.StatsRecorder Provides methods to record stats against tags.View A View specifies an aggregation and a set of tag keys.View.AggregationWindow Deprecated.since 0.13.View.AggregationWindow.Cumulative Deprecated.since 0.13.View.AggregationWindow.Interval Deprecated.since 0.13.View.Name The name of aView
.ViewData The aggregated data for a particularView
.ViewData.AggregationWindowData Deprecated.since 0.13, please use start and endTimestamp
instead.ViewData.AggregationWindowData.CumulativeData Deprecated.since 0.13, please use start and endTimestamp
instead.ViewData.AggregationWindowData.IntervalData Deprecated.since 0.13, please use start and endTimestamp
instead.ViewManager