MetricCriteria |
MetricCriteria.withDimensions(List<MetricDimension> dimensions) |
Set the dimensions property: List of dimension conditions.
|
MetricCriteria |
MetricCriteria.withMetricName(String metricName) |
Set the metricName property: Name of the metric.
|
MetricCriteria |
MetricCriteria.withMetricNamespace(String metricNamespace) |
Set the metricNamespace property: Namespace of the metric.
|
MetricCriteria |
MetricCriteria.withName(String name) |
Set the name property: Name of the criteria.
|
MetricCriteria |
MetricCriteria.withOperator(Operator operator) |
Set the operator property: the criteria operator.
|
MetricCriteria |
MetricCriteria.withSkipMetricValidation(Boolean skipMetricValidation) |
Set the skipMetricValidation property: Allows creating an alert rule on a custom metric that isn't yet emitted,
by causing the metric validation to be skipped.
|
MetricCriteria |
MetricCriteria.withThreshold(double threshold) |
Set the threshold property: the criteria threshold value that activates the alert.
|
MetricCriteria |
MetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) |
Set the timeAggregation property: the criteria time aggregation types.
|