timeseries_query

Queries are written in OxQL.

post/v1/timeseries/query

Request Body

A timeseries query string, written in the Oximeter query language.

Object
query

A timeseries query string, written in the Oximeter query language.

Responses

Object
tables

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.

Object
name
timeseries
Key
String
Value
object
Object
fields
Key
String
Value
points

Timepoints and values for one timeseries.

Object
start_times
timestamps
values

A single list of values, for one dimension of a timeseries.

Object
metric_type

The type of this metric.

The type of the metric itself, indicating what its values represent.

values

The data values.

List of data values for one timeseries.

Each element is an option, where None represents a missing sample.