AnomalyDetectorMetric

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

Constructors

Link copied to clipboard
constructor(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

The name of the metric.

Link copied to clipboard
val namespace: String? = null

The namespace for the metric.