Class | Description |
---|---|
AggregatedMetricValues |
The aggregated metric values.
|
AggregationOptions<E extends Entity> |
The metric sample aggregation options.
|
MetricSampleAggregationResult<E extends Entity> |
The aggregation result of
MetricSampleAggregator.aggregate(long, long, AggregationOptions) . |
MetricSampleAggregator<E extends Entity> |
This class is responsible for aggregate
MetricSamples for entities . |
MetricSampleCompleteness<E extends Entity> |
This class contains the completeness information of the
MetricSampleAggregatorState . |
MetricValues |
A class hosting the values of a particular metric.
|
RawMetricValues |
This class is responsible for bookkeeping raw values of each kind of metrics defined in the
MetricDef . |
ValuesAndExtrapolations |
The aggregated metrics for all the windows and the extrapolation information if there is any extrapolation used.
|
WindowState<E extends Entity> |
A class that helps maintain the information of a window.
|
Enum | Description |
---|---|
AggregationOptions.Granularity |
The granularity of the aggregation.
|
Extrapolation |
There are a few extrapolations we will do when there is not
sufficient samples
in a window for an entity. |
MetricSampleAggregator.SampleType |
The
MetricSamples type which the aggregator collects. |