Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnomalyDetectionConfigurationPatch

Package version

Represents patch type for metric anomaly detection configuration.

Hierarchy

  • AnomalyDetectionConfigurationPatch

Index

Properties

Optional description

description: undefined | string

anomaly detection configuration description anomaly detection configuration description

Optional dimensionGroupOverrideConfigurations

dimensionGroupOverrideConfigurations: DimensionGroupConfiguration[]

detection configuration for series group

Optional name

name: undefined | 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

Optional wholeMetricConfiguration

wholeMetricConfiguration: WholeMetricConfigurationPatch

Optional wholeSeriesDetectionCondition

wholeSeriesDetectionCondition: MetricDetectionConditionPatch

detection condition for all time series of a metric

Generated using TypeDoc