ApiMetricData Data Model

A single data point of metric data.

Properties
name data type description
timestamp string When the metric reading was collected.
value number The value of the metric.

Example

{
  "timestamp" : "...",
  "value" : 12345.0
}