Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 28 lines 742 B view raw
1# Data Source created from Pipe 'aggregate__http_full_30d__v0' 2 3SCHEMA > 4 `time` DateTime, 5 `latency` Int64, 6 `monitorId` String, 7 `region` LowCardinality(String), 8 `statusCode` Nullable(Int16), 9 `error` Int8, 10 `timestamp` Int64, 11 `url` String, 12 `workspaceId` String, 13 `cronTimestamp` Int64, 14 `message` Nullable(String), 15 `timing` Nullable(String), 16 `headers` Nullable(String), 17 `assertions` Nullable(String), 18 `body` Nullable(String), 19 `trigger` Nullable(String), 20 `id` Nullable(String), 21 `requestStatus` Nullable(String), 22 `method` Nullable(String) 23 24 25ENGINE "MergeTree" 26ENGINE_PARTITION_KEY "toYYYYMM(time)" 27ENGINE_SORTING_KEY "monitorId, time" 28ENGINE_TTL "time + toIntervalDay(30)"