Openstatus
www.openstatus.dev
1VERSION 0
2# Data Source created from Pipe 'aggregate__http_7d__v0'
3
4SCHEMA >
5 `time` DateTime,
6 `latency` Int64,
7 `error` Int8,
8 `region` LowCardinality(String),
9 `trigger` Nullable(String),
10 `statusCode` Nullable(Int16),
11 `timestamp` Int64,
12 `cronTimestamp` Int64,
13 `monitorId` String,
14 `workspaceId` String
15
16ENGINE "MergeTree"
17ENGINE_PARTITION_KEY "toYYYYMM(time)"
18ENGINE_SORTING_KEY "monitorId, time"
19ENGINE_TTL "time + toIntervalDay(7)"