Skip to main content

MetricAnomalyContext

Detailed context for a metric anomaly.

type MetricAnomalyContext {
algorithmVersion: String
data: AnomalyContextData
endTime: String
endValue: Float
id: Int!
startTime: String
startValue: Float
}

Fields

MetricAnomalyContext.algorithmVersion ● String scalar common

The anomaly detection algorithm version.

MetricAnomalyContext.data ● AnomalyContextData interface common

The contextual data attached to the anomaly.

MetricAnomalyContext.endTime ● String scalar common

When the anomaly ended.

MetricAnomalyContext.endValue ● Float scalar common

The metric value at the end of the anomaly.

MetricAnomalyContext.id ● Int! non-null scalar common

The anomaly identifier.

MetricAnomalyContext.startTime ● String scalar common

When the anomaly started.

MetricAnomalyContext.startValue ● Float scalar common

The metric value at the start of the anomaly.

Member Of

AppEnvironment object