Skip to content

Commit 7c5394a

Browse files
committed
chore: replace video
1 parent e0aede4 commit 7c5394a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/en/blog/2025/observing-lambdas/index.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ service:
9898
9999
Afterward, set the `OPENTELEMETRY_COLLECTOR_CONFIG_URI` environment variable to
100100
`/var/task/collector.yaml`. Once the function is redeployed, you’ll see your
101-
function logs appear!
101+
function logs appear! You can see this in action in the video below.
102102

103-
<video controls>
104-
<source src="./video-lambda-real-time.webm" />
105-
</video>
103+
<p>
104+
<video controls style="width: 100%">
105+
<source src="./video-lambda-real-time.webm" />
106+
</video>
107+
</p>
Binary file not shown.

0 commit comments

Comments
 (0)