Skip to content

MetricQueryResultEntry

Defined in: runtime/metric.ts:22

readonly count: number

Defined in: runtime/metric.ts:14

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

MetricQueryResultPoint.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.

MetricQueryResultPoint.value