AnomalyDetectorMetric

data class AnomalyDetectorMetric(val aggregationFunction: AnomalyDetectorMetricAggregationFunction, val metricName: String, val namespace: String? = null)

Constructors

Link copied to clipboard
fun AnomalyDetectorMetric(aggregationFunction: AnomalyDetectorMetricAggregationFunction, metricName: String, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Operator used to aggregate metric values

Link copied to clipboard
Link copied to clipboard
val namespace: String? = null