Aggregation |
|
Aggregation.Count |
Calculate count on aggregated MeasureValue s.
|
Aggregation.Distribution |
Calculate distribution stats on aggregated MeasureValue s.
|
Aggregation.LastValue |
Calculate the last value of aggregated MeasureValue s.
|
Aggregation.Mean |
Deprecated.
|
Aggregation.Sum |
Calculate sum on aggregated MeasureValue s.
|
AggregationData |
|
AggregationData.CountData |
The count value of aggregated MeasureValue s.
|
AggregationData.DistributionData |
The distribution stats of aggregated MeasureValue s.
|
AggregationData.LastValueDataDouble |
The last value of aggregated MeasureValueDouble s.
|
AggregationData.LastValueDataLong |
The last value of aggregated MeasureValueLong s.
|
AggregationData.MeanData |
Deprecated.
|
AggregationData.SumDataDouble |
The sum value of aggregated MeasureValueDouble s.
|
AggregationData.SumDataLong |
The sum value of aggregated MeasureValueLong s.
|
AutoValue_Aggregation_Count |
|
AutoValue_Aggregation_Distribution |
|
AutoValue_Aggregation_LastValue |
|
AutoValue_Aggregation_Mean |
Deprecated. |
AutoValue_Aggregation_Sum |
|
AutoValue_AggregationData_CountData |
|
AutoValue_AggregationData_DistributionData |
|
AutoValue_AggregationData_LastValueDataDouble |
|
AutoValue_AggregationData_LastValueDataLong |
|
AutoValue_AggregationData_MeanData |
Deprecated. |
AutoValue_AggregationData_SumDataDouble |
|
AutoValue_AggregationData_SumDataLong |
|
AutoValue_BucketBoundaries |
|
AutoValue_Measure_MeasureDouble |
|
AutoValue_Measure_MeasureLong |
|
AutoValue_Measurement_MeasurementDouble |
|
AutoValue_Measurement_MeasurementLong |
|
AutoValue_View |
|
AutoValue_View_AggregationWindow_Cumulative |
Deprecated. |
AutoValue_View_AggregationWindow_Interval |
Deprecated. |
AutoValue_View_Name |
|
AutoValue_ViewData |
|
AutoValue_ViewData_AggregationWindowData_CumulativeData |
Deprecated. |
AutoValue_ViewData_AggregationWindowData_IntervalData |
Deprecated. |
BucketBoundaries |
The bucket boundaries for a histogram.
|
Measure |
The definition of the Measurement that is taken by OpenCensus library.
|
Measure.MeasureDouble |
|
Measure.MeasureLong |
|
MeasureMap |
A map from Measure s to measured values to be recorded at the same time.
|
Measurement |
Immutable representation of a Measurement.
|
Measurement.MeasurementDouble |
|
Measurement.MeasurementLong |
|
NoopStats |
No-op implementations of stats classes.
|
NoopStats.NoopMeasureMap |
|
NoopStats.NoopStatsComponent |
|
NoopStats.NoopStatsRecorder |
|
NoopStats.NoopViewManager |
|
Stats |
|
StatsComponent |
|
StatsRecorder |
Provides methods to record stats against tags.
|
View |
A View specifies an aggregation and a set of tag keys.
|
View.AggregationWindow |
Deprecated.
|
View.AggregationWindow.Cumulative |
Deprecated.
|
View.AggregationWindow.Interval |
Deprecated.
|
View.Name |
The name of a View .
|
ViewData |
The aggregated data for a particular View .
|
ViewData.AggregationWindowData |
Deprecated.
|
ViewData.AggregationWindowData.CumulativeData |
Deprecated.
|
ViewData.AggregationWindowData.IntervalData |
Deprecated.
|
ViewManager |
Provides facilities to register View s for collecting stats and retrieving stats data as a
ViewData .
|