Skip to content

Commit 11e062f

Browse files
theSuesstiffany76
authored andcommitted
Update content/en/blog/2025/observing-lambdas/index.md
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent c363577 commit 11e062f

File tree

1 file changed

+2
-2
lines changed
  • content/en/blog/2025/observing-lambdas

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ of the Lambda lifecycle and ensures your telemetry gets to the storage layer.
3939
When your function is called for the first time, the extension layer starts an
4040
instance of the OpenTelemetry Collector. The Collector build is a stripped down
4141
version, providing only components necessary in the context of Lambda. It
42-
registers with the Lambda [extension api](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html)
43-
and [telemetry api](https://docs.aws.amazon.com/lambda/latest/dg/telemetry-api.html). By doing
42+
registers with the Lambda [Extensions API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html)
43+
and [Telemetry API](https://docs.aws.amazon.com/lambda/latest/dg/telemetry-api.html). By doing
4444
this, it receives notifications whenever your function is executed, emits a
4545
logline, or the execution context is about to be shut down.
4646

0 commit comments

Comments
 (0)