Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 421 B view raw
1VERSION 0 2# Data Source created from Pipe 'aggregate__tcp_30d__v0' 3 4SCHEMA > 5 `time` DateTime, 6 `latency` Int64, 7 `error` Int16, 8 `region` String, 9 `trigger` Nullable(String), 10 `timestamp` Int64, 11 `cronTimestamp` Int64, 12 `monitorId` Int32, 13 `workspaceId` Int32 14 15ENGINE "MergeTree" 16ENGINE_PARTITION_KEY "toYYYYMM(time)" 17ENGINE_SORTING_KEY "monitorId, time" 18ENGINE_TTL "time + toIntervalDay(30)"