Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 815 Bytes

Timeseries.md

File metadata and controls

13 lines (9 loc) · 815 Bytes

Timeseries

Properties

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

[Back to Model list] [Back to API list] [Back to README]