TimeSeriesDataPoint

TimeSeriesDataPoint
TimeSeriesDataPoint

Time series data points for a distinct metric. Note that 'status' metrics (when is_status_metric is 'true') are reported/plotted only when the value of such metrics changes/transitions. A last_known_status will be populated for 'is_status' metrics if no transitions are present in the queried time range.

JSON Example
{
    "time": 0,
    "value": "string",
    "is_partial": false
}
integer As int64 As int64
time
Optional

Epoch timestamp in milliseconds

string
value
Optional

Metrics data point value

boolean
is_partial
Optional

Indicates if the data point is partial. Partial data points are generated when the requested time range is not aligned with the granularity.