MetricEnrichedSeriesData interface

Represents a segment of metric time series data enriched by the Metrics Advisor service.

Properties

expectedValues

list of expected values

isAnomaly

list of booleans incidating whether a data point is anomaly or not

lowerBounds

list of lower bounds

periods

list of period values

seriesKey

identifies the time series.

timestamps

timestamp list

upperBounds

list of upper bounds

values

value list

Property Details

expectedValues

list of expected values

expectedValues?: number[]

Property Value

number[]

isAnomaly

list of booleans incidating whether a data point is anomaly or not

isAnomaly?: boolean[]

Property Value

boolean[]

lowerBounds

list of lower bounds

lowerBounds?: number[]

Property Value

number[]

periods

list of period values

periods?: number[]

Property Value

number[]

seriesKey

identifies the time series.

seriesKey: DimensionKey

Property Value

timestamps

timestamp list

timestamps?: Date[]

Property Value

Date[]

upperBounds

list of upper bounds

upperBounds?: number[]

Property Value

number[]

values

value list

values?: number[]

Property Value

number[]