File tree 1 file changed +2
-2
lines changed
content/en/blog/2025/observing-lambdas
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ of the Lambda lifecycle and ensures your telemetry gets to the storage layer.
39
39
When your function is called for the first time, the extension layer starts an
40
40
instance of the OpenTelemetry Collector. The Collector build is a stripped down
41
41
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
44
44
this, it receives notifications whenever your function is executed, emits a
45
45
logline, or the execution context is about to be shut down.
46
46
You can’t perform that action at this time.
0 commit comments