Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 13 lines 334 B view raw
1# Data Source created from Pipe 'aggregate__tcp_uptime_30d__v1' 2 3SCHEMA > 4 `time` DateTime, 5 `region` String, 6 `requestStatus` Nullable(String), 7 `monitorId` Int32, 8 `workspaceId` Int32 9 10ENGINE "MergeTree" 11ENGINE_PARTITION_KEY "toYYYYMM(time)" 12ENGINE_SORTING_KEY "monitorId, time" 13ENGINE_TTL "time + toIntervalDay(30)"