system_timeseries_query

Queries are written in OxQL.

post/v1/system/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

The name of the table.

timeseries

The set of timeseries in the table, ordered by key.

A timeseries contains a timestamped set of values from one source.

This includes the typed key-value pairs that uniquely identify it, and the set of timestamps and data values from it.

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.