Skip to content

MetricQueryResultBucket

Defined in: runtime/metric.ts:24

readonly byDimension: Record<string, MetricQueryResultBucket>

Defined in: runtime/metric.ts:25


readonly byDimensionPrn: string | null

Defined in: runtime/metric.ts:26


readonly count: number

Defined in: runtime/metric.ts:14

The number of individual metrics that made up this single outcome.

MetricQueryResultEntry.count


readonly value: number

Defined in: runtime/metric.ts:19

The emmited value of this point as per the supplied function. In the case of “count” it should be same as count above.

MetricQueryResultEntry.value