AnomalyDetectionConfigurationPatch interface
Represents patch type for metric anomaly detection configuration.
Properties
description | anomaly detection configuration description |
name | anomaly detection configuration name |
series |
detection conditions for specific series. This overrides both the whole series and the series group detection conditions. |
series |
detection conditions for series group. This overrides the whole series detection condition. |
whole |
detection condition for all time series of a metric |
Property Details
description
anomaly detection configuration description
description?: string
Property Value
string
name
anomaly detection configuration name
name?: string
Property Value
string
seriesDetectionConditions
detection conditions for specific series. This overrides both the whole series and the series group detection conditions.
seriesDetectionConditions?: MetricSingleSeriesDetectionCondition[]
Property Value
seriesGroupDetectionConditions
detection conditions for series group. This overrides the whole series detection condition.
seriesGroupDetectionConditions?: MetricSeriesGroupDetectionCondition[]
Property Value
wholeSeriesDetectionCondition
detection condition for all time series of a metric
wholeSeriesDetectionCondition?: DetectionConditionsCommonPatch