Skip to content

Commit f010caa

Browse files
authored
Adding Observability NextJS Workflow videos (#17907)
* Adding Observability NextJS Workflow videos * fixing a tag
1 parent 776573b commit f010caa

File tree

4 files changed

+94
-3
lines changed

4 files changed

+94
-3
lines changed

src/content/docs/pages/framework-guides/nextjs/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ description: React framework for building full-stack web applications.
77

88
---
99

10-
import { DirectoryListing } from "~/components"
10+
import { DirectoryListing, Stream } from "~/components"
1111

1212
[Next.js](https://nextjs.org) is an open-source React framework for creating websites and applications.
1313

1414
<DirectoryListing />
15+
16+
### Video Tutorial
17+
18+
<Stream videoId="0b28fdd5938c4929bd7fdedcd167044d" videoTitle="Deploy NextJS to your Workers Application" thumbnailTimeOrURL="2.5s" />

src/content/docs/workers/observability/logs/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
hideIndex: false
88
---
99

10-
import { Badge } from "~/components";
10+
import { Badge, Stream } from "~/components";
1111

1212
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.
1313

@@ -26,3 +26,7 @@ Tail Workers allow developers to apply custom filtering, sampling, and transform
2626
## [Workers Logpush](/workers/observability/logs/logpush)
2727

2828
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.
29+
30+
## Video Tutorial
31+
32+
<Stream videoId="8a29e0b3ee30140431df06c0ec935c60" videoTitle="Workers Observability" thumbnailTimeOrURL="2.5s" />
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
type: overview
3+
hideChildren: true
4+
pcx_content_type: navigation
5+
title: Tutorials
6+
sidebar:
7+
order: 4
8+
---
9+
10+
import { GlossaryTooltip, ListTutorials } from "~/components";
11+
12+
:::note
13+
[Explore our community-written tutorials contributed through the Developer Spotlight program.](/developer-spotlight/)
14+
:::
15+
16+
View <GlossaryTooltip term="tutorial">tutorials</GlossaryTooltip> to help you get started with Workers.
17+
18+
<ListTutorials />

src/content/videos/index.yaml

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,69 @@ entries:
258258
updated: 2024-09-26
259259
difficulty: Intermediate
260260
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]
295+
cloudflare: true
296+
author: craig
297+
updated: 2024-10-30
298+
difficulty: Intermediate
299+
content_type: 🎥 Video
300+
pcx_content_type: tutorial
301+
- link: https://developers.cloudflare.com/pages/framework-guides/nextjs/#video-tutorial
302+
title: Deploy NextJS to your Workers Application
303+
description: Watch to learn how to easily deploy your NextJS application to the Cloudflare global network.
304+
tags: [NextJS, Workers, Pages]
305+
languages: [TypeScript]
306+
# stream_id:
307+
products: [Workers, Pages]
308+
cloudflare: true
309+
author: confidence
310+
updated: 2024-10-31
311+
difficulty: Intermediate
312+
content_type: 🎥 Video
313+
pcx_content_type: tutorial
314+
- link: https://developers.cloudflare.com/workers/observability/logs/#video-tutorial
315+
title: Workers Observability
316+
description: With Workers Logs, you can collect, store, filter, and analyze all logging data from your Workers directly in the Cloudflare dashboard.
317+
tags: [Workers, Pages]
318+
languages: [TypeScript]
319+
# stream_id:
320+
products: [Workers, Pages]
321+
cloudflare: true
322+
author: confidence
323+
updated: 2024-10-31
324+
difficulty: Intermediate
325+
content_type: 🎥 Video
326+
pcx_content_type: tutorial

0 commit comments

Comments
 (0)