Metric Criteria Response
data class MetricCriteriaResponse(val criterionType: String, val dimensions: List<MetricDimensionResponse>? = null, val metricName: String, val metricNamespace: String? = null, val name: String, val operator: String, val skipMetricValidation: Boolean? = null, val threshold: Double, val timeAggregation: String)
Criterion to filter metrics.
Properties
Link copied to clipboard
Specifies the type of threshold criteria Expected value is 'StaticThresholdCriterion'.
Link copied to clipboard
List of dimension conditions.
Link copied to clipboard
Name of the metric.
Link copied to clipboard
Namespace of the metric.
Link copied to clipboard
Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.
Link copied to clipboard
the criteria time aggregation types.