Modifier and Type | Class and Description |
---|---|
class |
AggregationMethodDescriptor<T extends AggregationMethodDescriptor<?>>
Provides aggregation method descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
Modifier and Type | Class and Description |
---|---|
class |
MetricDescriptor
Provides descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
class |
MetricGroupDescriptor
Provides group descriptive information about a reported
Metric ,
that will be used to control how the metric information is displayed. |
Modifier and Type | Method and Description |
---|---|
AggregationMethodDescriptor<T> |
AggregationMethodDescriptor.setRangeAggregationMethods(AggregationMethodDescriptor.RangeAggregationMethod... aggregationMethods)
Sets the aggregation type methods for an entire time range.
|
AggregationMethodDescriptor<T> |
AggregationMethodDescriptor.setSliceAggregationMethods(AggregationMethodDescriptor.SliceAggregationMethod... aggregationMethods)
Sets the aggregation type methods for small time periods (e.g.
|