MetricEnrichedSeriesData Class

Definition

The SeriesResult.

public class MetricEnrichedSeriesData
type MetricEnrichedSeriesData = class
Public Class MetricEnrichedSeriesData
Inheritance
MetricEnrichedSeriesData

Properties

ExpectedMetricValues

The expected values of the data points in this time series, according to the associated AnomalyDetectionConfiguration's smart detector.

IsAnomaly

Whether or not a data point is considered an anomaly, according to the associated AnomalyDetectionConfiguration.

LowerBoundaryValues

The lower boundaries the data points in this time series must cross to be considered anomalies, according the associated AnomalyDetectionConfiguration's smart detector.

MetricValues

The values of the data points present in this time series.

Periods

The period of every data point in this time series, measured in amount of points. Used to describe seasonal data.

SeriesKey

The key that, within a metric, uniquely identifies this time series. In this key, a value is assigned to every possible dimension.

Timestamps

The timestamps, in UTC, of the data points present in this time series.

UpperBoundaryValues

The upper boundaries the data points in this time series must cross to be considered anomalies, according the associated AnomalyDetectionConfiguration's smart detector.

Applies to