Timeseries
Timeseries
JSON Example
{
"label": "string",
"host": "string",
"data": [
[
{}
]
]
}
string
label
Optional
Label of this timeseries
string
host
Optional
Source/Host of this timeseries
object
tags
Optional
Tags (key-value annotations) of this timeseries
array
data
Optional
Data returned by this time series. This is returned as a list of points, where each point is represented as a two-element list with 1st element being the timestamp in epoch SECONDS and the 2nd element being the numeric value of the series at the timestamp