Skip to main content

MetricAnomaly

A detected anomaly in an environment metric.

type MetricAnomaly {
algorithmVersion: String
customMetricThresholdsConfigId: Int
endTime: String
endValue: Float
id: Int!
startTime: String!
startValue: Float
}

Fields

MetricAnomaly.algorithmVersion ● String scalar common

The anomaly detection algorithm version.

MetricAnomaly.customMetricThresholdsConfigId ● Int scalar common

The custom metric threshold configuration ID, if any.

MetricAnomaly.endTime ● String scalar common

When the anomaly ended.

MetricAnomaly.endValue ● Float scalar common

The metric value at the end of the anomaly.

MetricAnomaly.id ● Int! non-null scalar common

The unique identifier for the anomaly.

MetricAnomaly.startTime ● String! non-null scalar common

When the anomaly started.

MetricAnomaly.startValue ● Float scalar common

The metric value at the start of the anomaly.

Member Of

MetricAnomaliesList object