We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3338e1 commit 0fd0740Copy full SHA for 0fd0740
tinybird/pipes/vercel_response_times.pipe
@@ -14,7 +14,7 @@ SQL >
14
SELECT
15
event_time,
16
event.proxy.path as path,
17
- extractAll(event.message, 'Duration: ([0-9]+) ms')[1] as duration
+ extractAll(event.message::String, 'Duration: ([0-9]+) ms')[1] as duration
18
FROM vercel_logs
19
WHERE event_type = 'stdout'
20
AND event.message::String LIKE '%Duration:%'
0 commit comments