Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnomalyDetectionConfiguration

Package version

Represents a metric anomaly detection configuration.

Hierarchy

  • AnomalyDetectionConfiguration

Index

Properties

Optional anomalyDetectionConfigurationId

anomalyDetectionConfigurationId: undefined | string

anomaly detection configuration unique id NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

anomaly detection configuration description anomaly detection configuration description

Optional dimensionGroupOverrideConfigurations

dimensionGroupOverrideConfigurations: DimensionGroupConfiguration[]

detection configuration for series group

id

id: string

anomaly detection configuration unique id

metricId

metricId: string

metric unique id metric unique id

name

name: string

anomaly detection configuration name anomaly detection configuration name

Optional seriesDetectionConditions

seriesDetectionConditions: MetricSingleSeriesDetectionCondition[]

detection conditions for specific series. This overrides both the whole series and the series group detection conditions.

Optional seriesGroupDetectionConditions

seriesGroupDetectionConditions: MetricSeriesGroupDetectionCondition[]

detection conditions for series group. This overrides the whole series detection condition.

Optional seriesOverrideConfigurations

seriesOverrideConfigurations: SeriesConfiguration[]

detection configuration for specific series

wholeMetricConfiguration

wholeMetricConfiguration: WholeMetricConfiguration

wholeSeriesDetectionCondition

wholeSeriesDetectionCondition: MetricDetectionCondition

detection condition for all time series of a metric

Generated using TypeDoc