MetricQueryResultPoint
Defined in: runtime/metric.ts:10
Extended by
Section titled “Extended by”Properties
Section titled “Properties”
readonlycount:number
Defined in: runtime/metric.ts:14
The number of individual metrics that made up this single outcome.
readonlyvalue: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.