| Aggregation |
|
| Aggregation.Count |
Calculate count on aggregated MeasureValues.
|
| Aggregation.Distribution |
Calculate distribution stats on aggregated MeasureValues.
|
| Aggregation.LastValue |
Calculate the last value of aggregated MeasureValues.
|
| Aggregation.Mean |
Deprecated.
|
| Aggregation.Sum |
Calculate sum on aggregated MeasureValues.
|
| AggregationData |
|
| AggregationData.CountData |
The count value of aggregated MeasureValues.
|
| AggregationData.DistributionData |
The distribution stats of aggregated MeasureValues.
|
| AggregationData.LastValueDataDouble |
The last value of aggregated MeasureValueDoubles.
|
| AggregationData.LastValueDataLong |
The last value of aggregated MeasureValueLongs.
|
| AggregationData.MeanData |
Deprecated.
|
| AggregationData.SumDataDouble |
The sum value of aggregated MeasureValueDoubles.
|
| AggregationData.SumDataLong |
The sum value of aggregated MeasureValueLongs.
|
| 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 Measures 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 Views for collecting stats and retrieving stats data as a
ViewData.
|