Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 21 lines 597 B view raw
1# Data Source created from Pipe 'aggregate__http_timing_phases_14d__v1' 2 3SCHEMA > 4 `time` DateTime, 5 `latency` Int64, 6 `region` LowCardinality(String), 7 `trigger` Nullable(String), 8 `statusCode` Nullable(Int16), 9 `monitorId` String, 10 `workspaceId` String, 11 `requestStatus` Nullable(String), 12 `dns` Nullable(Int64), 13 `connect` Nullable(Int64), 14 `tls` Nullable(Int64), 15 `firstByte` Nullable(Int64), 16 `transfer` Nullable(Int64) 17 18ENGINE "MergeTree" 19ENGINE_PARTITION_KEY "toYYYYMM(time)" 20ENGINE_SORTING_KEY "monitorId, time" 21ENGINE_TTL "time + toIntervalDay(14)"