You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/observability/logs/index.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar:
7
7
hideIndex: false
8
8
---
9
9
10
-
import { Badge } from"~/components";
10
+
import { Badge, Stream } from"~/components";
11
11
12
12
Logs are an important component of a developer's toolkit to troubleshoot and diagnose application issues and maintaining system health. The Cloudflare Developer Platform offers many tools to help developers manage their application's logs.
13
13
@@ -26,3 +26,7 @@ Tail Workers allow developers to apply custom filtering, sampling, and transform
Send Workers Trace Event Logs to a supported destination. Workers Logpush includes metadata about requests and responses, unstructured `console.log()` messages and any uncaught exceptions.
Copy file name to clipboardExpand all lines: src/content/videos/index.yaml
+66-1Lines changed: 66 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -258,4 +258,69 @@ entries:
258
258
updated: 2024-09-26
259
259
difficulty: Intermediate
260
260
content_type: 🎥 Video
261
-
pcx_content_type: tutorial
261
+
pcx_content_type: tutorial
262
+
- link: https://youtu.be/slS4RBV0SBk
263
+
title: Cloudflare Workflows | Introduction (Part 1 of 3)
264
+
description: In this video, we introduce Cloudflare Workflows, the Newest Developer Platform Primitive at Cloudflare.
265
+
tags: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
266
+
languages: [TypeScript]
267
+
# stream_id:
268
+
products: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
269
+
cloudflare: true
270
+
author: craig
271
+
updated: 2024-10-30
272
+
difficulty: Intermediate
273
+
content_type: 🎥 Video
274
+
pcx_content_type: tutorial
275
+
- link: https://youtu.be/y4PPsvHrQGA
276
+
title: Cloudflare Workflows | Batching and Monitoring Your Durable Execution (Part 2 of 3)
277
+
description: Workflows exposes metrics such as execution, error rates, steps, and total duration!
278
+
tags: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
279
+
languages: [TypeScript]
280
+
# stream_id:
281
+
products: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
282
+
cloudflare: true
283
+
author: craig
284
+
updated: 2024-10-30
285
+
difficulty: Intermediate
286
+
content_type: 🎥 Video
287
+
pcx_content_type: tutorial
288
+
- link: https://youtu.be/L6gR4Yr3UW8
289
+
title: Cloudflare Workflows | Schedule and Sleep For Your Apps (Part 3 of 3)
290
+
description: Cloudflare Workflows allows you to initiate sleep as an explicit step, which can be useful when you want a Workflow to wait, schedule work ahead, or pause until an input or other external state is ready.
291
+
tags: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
292
+
languages: [TypeScript]
293
+
# stream_id:
294
+
products: [Workflows, Workers, Queues, Workers AI, AI Gateway, KV]
0 commit comments