Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 19 lines 713 B view raw
1 2SCHEMA > 3 `monitorId` Int32 `json:$.monitorId`, 4 `region` String `json:$.region`, 5 `timestamp` Int64 `json:$.timestamp`, 6 `cronTimestamp` Int64 `json:$.timestamp`, 7 `timing` String `json:$.timing`, 8 `workspaceId` Int32 `json:$.workspaceId`, 9 `latency` Int64 `json:$.latency`, 10 `errorMessage` Nullable(String) `json:$.errorMessage`, 11 `error` Int16 `json:$.error`, 12 `trigger` Nullable(String) `json:$.trigger`, 13 `uri` Nullable(String) `json:$.uri`, 14 `id` Nullable(String) `json:$.id`, 15 `requestStatus` Nullable(String) `json:$.requestStatus` 16 17ENGINE "MergeTree" 18ENGINE_PARTITION_KEY "toYYYYMM(fromUnixTimestamp64Milli(timestamp))" 19ENGINE_SORTING_KEY "monitorId, workspaceId"