Skip to content

Latest commit

 

History

History
 
 

opentelemetry-instrumentation-aws-lambda

OpenTelemetry AWS Lambda Tracing

pypi

This library provides an Instrumentor used to trace requests made by the Lambda functions on the AWS Lambda service.

It also provides scripts used by AWS Lambda Layers to automatically initialize the OpenTelemetry SDK. Learn more on the AWS Distro for OpenTelemetry (ADOT) documentation for the Python Lambda Layer.

Installation

pip install opentelemetry-instrumentation-aws-lambda

References