opentelemetry-java-instrume.../instrumentation/aws-lambda
Tyler Benson 083acddb02
Move X-Ray Env Variable propagation to span link instead of parent (#7970)
https://github.com/open-telemetry/opentelemetry-specification/pull/3166

Per discussion in the FAAS SIG, we decided that the AWS X-Ray
environment variable should be moved to a span link to avoid interfering
with the configured propagators.

Also related to #5167.
2023-03-16 10:10:09 +02:00
..
aws-lambda-core-1.0 Move X-Ray Env Variable propagation to span link instead of parent (#7970) 2023-03-16 10:10:09 +02:00
aws-lambda-events-2.2 Move X-Ray Env Variable propagation to span link instead of parent (#7970) 2023-03-16 10:10:09 +02:00
README.md Split lambda instrumentation into core and events (#5326) 2022-02-10 17:27:22 -08:00

README.md

AWS Lambda Instrumentation

We provide two packages for instrumenting AWS lambda functions.

  • aws-lambda-core-1.0 provides lightweight instrumentation of the Lambda core library, supporting all versions. Use this package if you only use RequestStreamHandler or know you don't use any event classes from aws-lambda-java-events. This also includes when you are using aws-serverless-java-container to run e.g., a Spring Boot application on Lambda.

  • aws-lambda-events-2.2 provides full instrumentation of the Lambda library, including standard and custom event types, from aws-lambda-java-events 2.2+.