timeseries _query
Queries are written in OxQL.
Request Body
A timeseries query string, written in the Oximeter query language.
A timeseries query string, written in the Oximeter query language.
Responses
Tables resulting from the query, each containing timeseries.
A table represents one or more timeseries with the same schema.
A table is the result of an OxQL query. It contains a name, usually the name of the timeseries schema from which the data is derived, and any number of timeseries, which contain the actual data.
Timepoints and values for one timeseries.
A single list of values, for one dimension of a timeseries.
The type of this metric.
The type of the metric itself, indicating what its values represent.
The data values.
List of data values for one timeseries.
Each element is an option, where None
represents a missing sample.