Name | Type | Description | Notes |
---|---|---|---|
data | list[list[float]] | 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 | [optional] |
host | str | Source/Host of this timeseries | [optional] |
label | str | Label of this timeseries | [optional] |
tags | dict(str, str) | Tags (key-value annotations) of this timeseries | [optional] |