Skip to main content

MetricMeasurement

A single metric measurement.

type MetricMeasurement {
baseline: Float
breakdown: String
isAnomalous: Boolean
timestamp: String!
value: Float
}

Fields

MetricMeasurement.baseline ● Float scalar common

The baseline value used for comparison.

MetricMeasurement.breakdown ● String scalar common

The breakdown bucket this measurement belongs to when the upstream aggregation groups by a dimension (e.g. 'human', 'ai_agent', 'crawler'). Null when the query was not grouped by a dimension.

MetricMeasurement.isAnomalous ● Boolean scalar common

Whether the measurement is anomalous.

MetricMeasurement.timestamp ● String! non-null scalar common

The timestamp for the measurement.

MetricMeasurement.value ● Float scalar common

The measured value.

Member Of

AggregatedMetricMeasurements object