MetricSpecification |
MetricSpecification.withAggregationType(String aggregationType) |
Set the aggregationType property: The metric aggregation type.
|
MetricSpecification |
MetricSpecification.withDimensions(List<DimensionProperties> dimensions) |
Set the dimensions property: The dimensions of metric.
|
MetricSpecification |
MetricSpecification.withDisplayDescription(String displayDescription) |
Set the displayDescription property: Display description of Metric specification.
|
MetricSpecification |
MetricSpecification.withDisplayName(String displayName) |
Set the displayName property: Display name of Metric specification.
|
MetricSpecification |
MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero) |
Set the fillGapWithZero property: Property to specify whether to fill gap with zero.
|
MetricSpecification |
MetricSpecification.withInternalMetricName(String internalMetricName) |
Set the internalMetricName property: The internal metric name.
|
MetricSpecification |
MetricSpecification.withLockAggregationType(String lockAggregationType) |
Set the lockAggregationType property: The metric lock aggregation type.
|
MetricSpecification |
MetricSpecification.withName(String name) |
Set the name property: Name of metric specification.
|
MetricSpecification |
MetricSpecification.withSupportedAggregationTypes(List<String> supportedAggregationTypes) |
Set the supportedAggregationTypes property: The supported aggregation types for the metrics.
|
MetricSpecification |
MetricSpecification.withSupportedTimeGrainTypes(List<String> supportedTimeGrainTypes) |
Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.
|
MetricSpecification |
MetricSpecification.withUnit(String unit) |
Set the unit property: The metric unit.
|