skillfed

opentelemetry-instrumentation-boto3sqs

Boto3 SQS service tracing for OpenTelemetry

opentelemetry-instrumentation-boto3sqs v0.65b0 5.2M downloads/30d#2,133 on PyPI1,086
Permissive license Apache-2.0 Active released

What it is and what it does

This package is an OpenTelemetry instrumentation plugin that automatically captures tracing data from Boto3 library calls to AWS SQS. It wraps SQS operations to emit spans with request and response details, enabling distributed tracing across your application and infrastructure.

The instrumentation integrates with the OpenTelemetry ecosystem, meaning traces can be exported to any compatible backend (Jaeger, Datadog, New Relic, etc.). It depends on opentelemetry-api, opentelemetry-instrumentation, opentelemetry-semantic-conventions, and wrapt to hook into Boto3 calls without modifying your application code directly.

Use it for:

  • Trace SQS message production and consumption across microservices to debug latency issues.
  • Monitor SQS operations in a distributed system to correlate failures with other service traces.
  • Export SQS request metadata to a tracing backend for performance analysis and alerting.
  • Instrument existing Boto3 applications with minimal code changes for observability.

Worth the install?

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

Adds distributed tracing to Boto3 SQS calls via OpenTelemetry, capturing request and response metadata for observability.

Yes, if you are already using OpenTelemetry and Boto3 SQS in production. The package is actively maintained, has no known vulnerabilities, and low install friction. It is in beta status, so verify compatibility with your specific SQS usage patterns and tracing backend before deploying to critical workloads.

Install

opentelemetry-instrumentation-boto3sqs on PyPI

pip

pip install opentelemetry-instrumentation-boto3sqs

uv

uv add opentelemetry-instrumentation-boto3sqs

poetry

poetry add opentelemetry-instrumentation-boto3sqs

Installing opentelemetry-instrumentation-boto3sqs

Before you install

Low friction install with stable dependencies. Actively maintained as of 2026-08-14 with recent releases. Requires Python 3.10 or later.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions.

Quickstart

pip install opentelemetry-instrumentation-boto3sqs

from opentelemetry.instrumentation.boto3sqs import Boto3SQSInstrumentor
Boto3SQSInstrumentor().instrument()

Requires Python 3.10 or later and an active OpenTelemetry SDK setup in your application.

Verify before relying

  • Whether this instrumentation works with all Boto3 SQS operations or only a subset.
  • Performance overhead of tracing on typical SQS workloads.
  • Compatibility with existing OpenTelemetry exporters and collectors.

Package facts

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

Evidence: opentelemetry_instrumentation_boto3sqs-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

boto3 sqs tracingopentelemetry aws instrumentationsqs request tracingdistributed tracing boto3opentelemetry instrumentationaws sqs observability
observabilityaws-instrumentationtracing

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-boto

Adds distributed tracing to AWS SDK (Boto)…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-botocore

Adds distributed tracing to AWS SDK calls made…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-aiokafka

Adds distributed tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pymemcache

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-remoulade

Adds distributed tracing instrumentation for…

permissive · top 5,000 on PyPI

aws-opentelemetry-distro

Provides AWS-integrated OpenTelemetry…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-kafka-python

Adds distributed tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-aiohttp-server

Adds distributed tracing to aiohttp server…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-aio-pika

Adds distributed tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-psycopg2

Adds distributed tracing instrumentation to…

permissive · top 1,000 on PyPI