| Class | Description |
|---|---|
| DistributionAggregation |
An aggregation of data based on distributions.
|
| DistributionAggregation.Range |
Describes a range of population values.
|
| DistributionAggregationDescriptor |
Describes data aggregations based on distributions.
|
| IntervalAggregation |
Contains summary stats over various time intervals.
|
| IntervalAggregation.Interval |
Summary statistic over a single time interval.
|
| IntervalAggregationDescriptor |
Describes data aggregations based on time intervals.
|
| MeasurementDescriptor |
MeasurementDescriptor.
|
| MeasurementDescriptor.MeasurementUnit |
MeasurementUnit lets you build compound units of the form
10^n * (A * B * ...) / (X * Y * ...),
where the elements in the numerator and denominator are all BasicUnits.
|
| MeasurementMap |
A map from
MeasurementDescriptor's to measured values. |
| MeasurementMap.Builder |
Builder for the
MeasurementMap class. |
| MeasurementValue |
Immutable representation of a MeasurementValue.
|
| RpcConstants |
Constants for collecting rpc stats.
|
| Stats | |
| StatsContext |
An immutable context for stats operations.
|
| StatsContext.Builder |
Builder for
StatsContext. |
| StatsContextFactory |
Factory class for
StatsContext. |
| StatsManager |
Provides facillities to register
ViewDescriptors for collecting stats and retrieving
stats data as a View. |
| Tag | |
| TagKey |
Census Tag keys.
|
| TagValue |
Census Tag values.
|
| View |
The aggregated data for a particular
ViewDescriptor. |
| View.DistributionView |
A
View for distribution-based aggregations. |
| View.IntervalView |
A
View for interval-base aggregations. |
| ViewDescriptor |
A ViewDescriptor specifies an aggregation and a set of tag keys.
|
| ViewDescriptor.DistributionViewDescriptor |
A
ViewDescriptor for distribution-base aggregations. |
| ViewDescriptor.IntervalViewDescriptor |
A
ViewDescriptor for interval-based aggregations. |
| Enum | Description |
|---|---|
| MeasurementDescriptor.BasicUnit |
Fundamental units of measurement.
|