| Class | Description |
|---|---|
| BucketBoundaries |
The optional histogram bucket boundaries for a
Distribution. |
| ContextUtils |
Util methods/functionality to interact with the
Context. |
| Distribution |
A distribution contains summary statistics for a population of values and, optionally, a
histogram representing the distribution of those values across a specified set of histogram
buckets.
|
| Distribution.Range |
Describes a range of population values.
|
| 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.
|
| MeasurementDescriptor.Name |
The name of a
MeasurementDescriptor. |
| 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 |
Tag keys.
|
| TagValue |
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.
|