| AutoValue_Distribution |
|
| AutoValue_Distribution_Bucket |
|
| AutoValue_Distribution_BucketOptions_ExplicitOptions |
|
| AutoValue_Metric |
|
| AutoValue_MetricDescriptor |
|
| AutoValue_Point |
|
| AutoValue_Summary |
|
| AutoValue_Summary_Snapshot |
|
| AutoValue_Summary_Snapshot_ValueAtPercentile |
|
| AutoValue_TimeSeries |
|
| AutoValue_Value_ValueDistribution |
|
| AutoValue_Value_ValueDouble |
|
| AutoValue_Value_ValueLong |
|
| AutoValue_Value_ValueSummary |
|
| Distribution |
Distribution contains summary statistics for a population of values.
|
| Distribution.Bucket |
The histogram bucket of the population values.
|
| Distribution.BucketOptions |
The bucket options used to create a histogram for the distribution.
|
| Distribution.BucketOptions.ExplicitOptions |
|
| ExportComponent |
|
| ExportComponent.NoopExportComponent |
|
| Metric |
|
| MetricDescriptor |
|
| MetricProducer |
|
| MetricProducerManager |
Keeps a set of MetricProducer that is used by exporters to determine the metrics that
need to be exported.
|
| MetricProducerManager.NoopMetricProducerManager |
|
| Point |
A timestamped measurement of a TimeSeries.
|
| Summary |
Implementation of the Distribution as a summary of observations.
|
| Summary.Snapshot |
Represents the summary observation of the recorded events over a sliding time window.
|
| Summary.Snapshot.ValueAtPercentile |
Represents the value at a given percentile of a distribution.
|
| TimeSeries |
A collection of data points that describes the time-varying values of a Metric.
|
| Value |
The actual point value for a Point.
|
| Value.ValueDistribution |
|
| Value.ValueDouble |
A 64-bit double-precision floating-point Value.
|
| Value.ValueLong |
|
| Value.ValueSummary |
Value.ValueSummary contains a snapshot representing values calculated over an arbitrary time
window.
|