AnomalyDetectionConfiguration interface
Represents a metric anomaly detection configuration.
Properties
description | anomaly detection configuration description |
id | anomaly detection configuration unique id |
metric |
metric unique id |
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
id
anomaly detection configuration unique id
id: string
Property Value
string
metricId
metric unique id
metricId: 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: DetectionConditionsCommon