Interface: ITelemetryMetricValue
Interface describing a telemetry metric value.
Properties
id
id:
string
The id of the metric value.
ts
ts:
number
The timestamp of the metric.
value
value:
number
The value of the metric.
customData?
optionalcustomData:object
The custom data for the metric value.
Index Signature
[key: string]: unknown