skillfed

opentelemetry-instrumentation-aws-lambda

OpenTelemetry AWS Lambda instrumentation

opentelemetry-instrumentation-aws-lambda v0.65b0 4.5M downloads/30d#2,297 on PyPI1,086
Permissive license Apache-2.0 Active released

What it is and what it does

This package integrates OpenTelemetry tracing into AWS Lambda functions, allowing you to capture and export distributed traces from serverless workloads. It provides an Instrumentor that hooks into the Lambda runtime to automatically trace function invocations and propagate trace context across service boundaries using AWS X-Ray propagation. The package is part of the OpenTelemetry Python contrib ecosystem and works alongside the AWS Distro for OpenTelemetry (ADOT) Lambda Layer, which can automatically initialize the SDK without code changes.

You install it as a standard Python dependency and call its Instrumentor to enable tracing in your Lambda handler. It depends on opentelemetry-instrumentation, opentelemetry-propagator-aws-xray, and opentelemetry-semantic-conventions to handle the core tracing mechanics and AWS-specific trace context propagation. The package is actively maintained, supports modern Python versions, and carries no known security vulnerabilities.

Use it for:

  • Trace Lambda function invocations and downstream service calls to debug latency and errors in serverless applications.
  • Export Lambda execution telemetry to AWS X-Ray or other OpenTelemetry-compatible backends for centralized observability.
  • Correlate Lambda traces with traces from other services (EC2, containers, databases) using standard OpenTelemetry propagation.
  • Automatically instrument Lambda handlers deployed via ADOT Lambda Layer without modifying application code.
  • Monitor cold-start performance and execution duration of Lambda functions across multiple invocations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Instruments AWS Lambda functions to emit OpenTelemetry traces, capturing request and execution data for observability within the Lambda runtime environment.

Yes, if you run Lambda functions and need distributed tracing. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. It integrates cleanly with the OpenTelemetry ecosystem and AWS observability tools. The Beta status is not a blocker—it reflects the package's maturity level, not instability. Install it if you want to trace Lambda workloads; skip it only if you have no observability requirements.

Install

opentelemetry-instrumentation-aws-lambda on PyPI

pip

pip install opentelemetry-instrumentation-aws-lambda

uv

uv add opentelemetry-instrumentation-aws-lambda

poetry

poetry add opentelemetry-instrumentation-aws-lambda

Installing opentelemetry-instrumentation-aws-lambda

Before you install

Low install friction; depends on three core OpenTelemetry packages. Actively maintained with a release 29 days old and recent commits; marked Beta but supports current Python versions (3.10–3.14).

License in practice

Apache-2.0 permissive license allows use in most commercial and open-source projects without significant restrictions.

Quickstart

pip install opentelemetry-instrumentation-aws-lambda

from opentelemetry.instrumentation.aws_lambda import AwsLambdaInstrumentor

AwsLambdaInstrumentor().instrument()

Requires Python 3.10 or later; designed to run within AWS Lambda runtime or with ADOT Lambda Layer for automatic initialization.

Verify before relying

  • Whether automatic initialization via ADOT Lambda Layer requires additional setup beyond package installation.
  • Specific Lambda runtime versions and regions where this instrumentation is tested and supported.
  • Performance overhead and trace sampling behavior under typical Lambda workloads.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — opentelemetry-instrumentation, opentelemetry-propagator-aws-xray, opentelemetry-semantic-conventions
Maintenance actively maintained — 29 days since the last release
Last repo commit
First released
Downloads 4,471,312/month — #2,297 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: opentelemetry_instrumentation_aws_lambda-0.65b0-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

aws lambda tracingopentelemetry lambda instrumentationlambda observabilitydistributed tracing lambdaaws lambda monitoringlambda telemetry collectionserverless tracing
aws-lambdadistributed-tracingobservability

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-elasticsearch

Adds distributed tracing to Elasticsearch…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-boto

Adds distributed tracing to AWS SDK (Boto)…

permissive · top 5,000 on PyPI

aws-xray-sdk

Records and sends trace data from Python…

permissive · top 1,000 on PyPI

aws-opentelemetry-distro

Provides AWS-integrated OpenTelemetry…

permissive · top 5,000 on PyPI

lumigo-tracer

Lumigo-tracer instruments Python Lambda…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-remoulade

Adds distributed tracing instrumentation for…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-aio-pika

Adds distributed tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-logging

Integrates Python's standard logging module…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-requests

Automatically captures and traces HTTP requests…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-aiohttp-client

Adds distributed tracing to HTTP requests made…

permissive · top 1,000 on PyPI