Openstatus www.openstatus.dev
6
fork

Configure Feed

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

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