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"
}
integer As int64
As int64
time
Optional
Epoch timestamp in seconds
string
value
Optional
Metrics data point value