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
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
Add OpenTelemetry instrumentation by consuming the AWS Distro for OpenTelemetry as a Lambda layer.
How
AWS publishes Lambda layers that can be easily pulled in via the Layers property of any Lambda function. Add the relevant (regional) layer, set the AWS_LAMBDA_EXEC_WRAPPER env var, and enable active tracing.
I've included two references below. One includes full auto-instrumentation for Java. The second instruments the AWS Java SDK only, while any additional instrumentation is on the implementor and would require code changes.
Add OpenTelemetry instrumentation by consuming the AWS Distro for OpenTelemetry as a Lambda layer.
How
AWS publishes Lambda layers that can be easily pulled in via the
Layers
property of any Lambda function. Add the relevant (regional) layer, set theAWS_LAMBDA_EXEC_WRAPPER
env var, and enable active tracing.I've included two references below. One includes full auto-instrumentation for Java. The second instruments the AWS Java SDK only, while any additional instrumentation is on the implementor and would require code changes.
References
The text was updated successfully, but these errors were encountered: