opentelemetry-instrumentation-boto3sqs
Boto3 SQS service tracing for OpenTelemetry
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-boto3sqsuv
uv add opentelemetry-instrumentation-boto3sqspoetry
poetry add opentelemetry-instrumentation-boto3sqsInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-instrumentation-botoAdds distributed tracing to AWS SDK (Boto)…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-botocoreAdds distributed tracing to AWS SDK calls made…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-aiokafkaAdds distributed tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-pymemcacheAdds OpenTelemetry tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-remouladeAdds distributed tracing instrumentation for…
permissive · top 5,000 on PyPI
aws-opentelemetry-distroProvides AWS-integrated OpenTelemetry…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-kafka-pythonAdds distributed tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-aiohttp-serverAdds distributed tracing to aiohttp server…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-aio-pikaAdds distributed tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-psycopg2Adds distributed tracing instrumentation to…
permissive · top 1,000 on PyPI