Openstatus www.openstatus.dev
at 4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503 19 lines 471 B view raw
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)"