opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Andrea Galbusera 54cbf59aae
Update package metadata adding "Repository" to project urls (#3119)
Add "Repository" label to project urls pointing to the
opentelemetry-python repo root url.

Having within project urls one entry with the same value for all
packages released by the project will help tools for automatic
dependency management to suggest coherent upgrades for related packages.
2024-12-19 10:15:58 +00:00
..
src/opentelemetry/instrumentation/boto3sqs Update version to 1.30.0.dev/0.51b0.dev (#3092) 2024-12-12 11:17:53 +00:00
tests [boto3sqs] Instrument `Session` and `resource` (#2161) 2024-04-22 22:44:31 +00:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Feature/add boto3 sqs instrumentation (#1081) 2022-05-25 12:01:31 +02:00
pyproject.toml Update package metadata adding "Repository" to project urls (#3119) 2024-12-19 10:15:58 +00:00
test-requirements.txt Remove pkg resources (#2871) 2024-10-19 06:49:08 -07:00

README.rst

OpenTelemetry Boto3 SQS Instrumentation
=======================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-boto3sqs.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-boto3sqs/

This library allows tracing requests made by the Boto3 library to the SQS service.

Installation
------------

::

    pip install opentelemetry-instrumentation-boto3sqs


References
----------

* `OpenTelemetry boto3sqs/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/boto3sqs/boto3sqs.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_