Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 13 lines 366 B view raw
1VERSION 0 2# Data Source created from Pipe 'aggregate__tcp_status_7d__v0' 3 4SCHEMA > 5 `time` DateTime('UTC'), 6 `monitorId` Int32, 7 `count` AggregateFunction(count), 8 `ok` AggregateFunction(count, Nullable(UInt8)) 9 10ENGINE "AggregatingMergeTree" 11ENGINE_PARTITION_KEY "toYYYYMM(time)" 12ENGINE_SORTING_KEY "monitorId, time" 13ENGINE_TTL "time + toIntervalDay(7)"