Skip to content

MetricQueryResultPoint

Defined in: runtime/metric.ts:10

readonly count: number

Defined in: runtime/metric.ts:14

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


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.