[DRAFT]This page is not published. Only visible in development mode.

Series

Series are time-indexed storage types designed for metrics, sensor data, and other timestamped values.

Tags

Every series is partitioned by a tag. Tags are enum-like types where each variant represents a different data source. Define a tag first, then reference it when creating the series.

Create a Series

$ Create Series
$ ctrl+enter to run

The WITH clause specifies the tag for partitioning and the timestamp precision. Data is automatically indexed by time.