Openstatus
www.openstatus.dev
1# Data Source created from Pipe 'aggregate__http_uptime_7d__v1'
2
3SCHEMA >
4 `time` DateTime,
5 `region` LowCardinality(String),
6 `requestStatus` Nullable(String),
7 `monitorId` String,
8 `workspaceId` String
9
10ENGINE "MergeTree"
11ENGINE_PARTITION_KEY "toYYYYMM(time)"
12ENGINE_SORTING_KEY "monitorId, time"
13ENGINE_TTL "time + toIntervalDay(7)"