DynamicMetricCriteria |
DynamicMetricCriteria.withAlertSensitivity(DynamicThresholdSensitivity alertSensitivity) |
Set the alertSensitivity property: The extent of deviation required to trigger an alert.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withDimensions(List<MetricDimension> dimensions) |
Set the dimensions property: List of dimension conditions.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withFailingPeriods(DynamicThresholdFailingPeriods failingPeriods) |
Set the failingPeriods property: The minimum number of violations required within the selected lookback time
window required to raise an alert.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withIgnoreDataBefore(OffsetDateTime ignoreDataBefore) |
Set the ignoreDataBefore property: Use this option to set the date from which to start learning the metric
historical data and calculate the dynamic thresholds (in ISO8601 format).
|
DynamicMetricCriteria |
DynamicMetricCriteria.withMetricName(String metricName) |
Set the metricName property: Name of the metric.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withMetricNamespace(String metricNamespace) |
Set the metricNamespace property: Namespace of the metric.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withName(String name) |
Set the name property: Name of the criteria.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withOperator(DynamicThresholdOperator operator) |
Set the operator property: The operator used to compare the metric value against the threshold.
|
DynamicMetricCriteria |
DynamicMetricCriteria.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.
|
DynamicMetricCriteria |
DynamicMetricCriteria.withTimeAggregation(AggregationTypeEnum timeAggregation) |
Set the timeAggregation property: the criteria time aggregation types.
|