Skip to content

Commit db5dbce

Browse files
committed
add vercel
1 parent e3998f7 commit db5dbce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://vercel.com/docs/observability/webhooks-overview#events for the event types and payload schema
4+
5+
TAGS "vercel"
6+
7+
SCHEMA >
8+
`type` LowCardinality(String) `json:$.type`,
9+
`id` String `json:$.id`,
10+
`date` DateTime64(3) `json:$.created_at` DEFAULT now(),
11+
`region` LowCardinality(String) `json:$.region`,
12+
`payload` JSON `json:$.payload` DEFAULT '{}'
13+
14+
ENGINE "MergeTree"
15+
ENGINE_PARTITION_KEY "toYYYYMM(date)"
16+
ENGINE_SORTING_KEY "type, date"

0 commit comments

Comments
 (0)