| Class | Description |
|---|---|
| Aggregation |
Aggregation is the process of combining a certain set of MeasureValues for a
given Measure into an AggregationData. |
| 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
since 0.13, use
Aggregation.Distribution instead. |
| 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
since 0.13, use
AggregationData.DistributionData instead. |
| AggregationData.SumDataDouble |
The sum value of aggregated
MeasureValueDoubles. |
| AggregationData.SumDataLong |
The sum value of aggregated
MeasureValueLongs. |
| BucketBoundaries |
The bucket boundaries for a histogram.
|
| Measure |
The definition of the
Measurement that is taken by OpenCensus library. |
| Measure.MeasureDouble |
Measure with Double typed values. |
| Measure.MeasureLong |
Measure with Long typed values. |
| MeasureMap |
A map from
Measures to measured values to be recorded at the same time. |
| Measurement |
Immutable representation of a Measurement.
|
| Measurement.MeasurementDouble |
Double typed Measurement. |
| Measurement.MeasurementLong |
Long typed Measurement. |
| Stats |
Class for accessing the default
StatsComponent. |
| StatsComponent |
Class that holds the implementations for
ViewManager and StatsRecorder. |
| 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 a
View. |
| ViewData |
The aggregated data for a particular
View. |
| ViewData.AggregationWindowData | Deprecated
since 0.13, please use start and end
Timestamp instead. |
| ViewData.AggregationWindowData.CumulativeData | Deprecated
since 0.13, please use start and end
Timestamp instead. |
| ViewData.AggregationWindowData.IntervalData | Deprecated
since 0.13, please use start and end
Timestamp instead. |
| ViewManager |
| Enum | Description |
|---|---|
| StatsCollectionState |
State of the
StatsComponent. |