Skip to content

Commit cb70224

Browse files
authored
[SVLS-8671] Add Vercel to serverless product dataflows (#3013)
* [SVLS-8671] Add Vercel to serverless product dataflows * add traces to vercel
1 parent 22c275c commit cb70224

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

vercel/assets/dataflows.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
provides:
2+
- id: vercel-metrics
3+
always_on: false
4+
granular: true
5+
data_type: metrics
6+
direction: inbound
7+
- id: vercel-logs
8+
always_on: false
9+
granular: true
10+
data_type: logs
11+
direction: inbound
12+
- id: vercel-traces
13+
always_on: false
14+
granular: true
15+
data_type: traces
16+
direction: inbound

0 commit comments

Comments
 (0)