MetricEnrichedSeriesData interface
Represents a segment of metric time series data enriched by the Metrics Advisor service.
Properties
expected |
list of expected values |
is |
list of booleans incidating whether a data point is anomaly or not |
lower |
list of lower bounds |
periods | list of period values |
series |
identifies the time series. |
timestamps | timestamp list |
upper |
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
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[]