Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 22 lines 567 B view raw
1# Data Source created from Pipe 'aggregate__tcp_full_14d__v0' 2 3SCHEMA > 4 `time` DateTime, 5 `monitorId` Int32, 6 `region` String, 7 `timestamp` Int64, 8 `cronTimestamp` Int64, 9 `timing` String, 10 `workspaceId` Int32, 11 `latency` Int64, 12 `errorMessage` Nullable(String), 13 `error` Int16, 14 `trigger` Nullable(String), 15 `uri` Nullable(String), 16 `id` Nullable(String), 17 `requestStatus` Nullable(String) 18 19ENGINE "MergeTree" 20ENGINE_PARTITION_KEY "toYYYYMM(time)" 21ENGINE_SORTING_KEY "monitorId, time" 22ENGINE_TTL "time + toIntervalDay(14)"