Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AnomalyDataPoint

anomaly evaluation result fo the data point

Properties

anomaly

anomaly: number

if the value is anomaly or not 0 indicates not an anomaly -1 indicates value is below the threshold +1 indicates value is above the threshold Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional high

high: undefined | number

upper threshold for the metric value Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional low

low: undefined | number

lower threshold for the metric value Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timestamp

timestamp: Date

timestamp of when the metric was collected

value

value: number

value for the metric data point Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj