Openstatus www.openstatus.dev
6
fork

Configure Feed

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

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