opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Diego Hurtado ee4083982f
Release 1.12.0rc2-0.32b0 (#1174)
2022-07-04 15:14:50 +02:00
..
src/opentelemetry/instrumentation/boto Release 1.12.0rc2-0.32b0 (#1174) 2022-07-04 15:14:50 +02:00
tests use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
LICENSE Fix error in license files (#521) 2021-05-28 09:16:58 -07:00
MANIFEST.in Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00
README.rst Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
setup.cfg Release 1.12.0rc2-0.32b0 (#1174) 2022-07-04 15:14:50 +02:00
setup.py Fix typos (#929) 2022-03-02 14:03:34 -08:00

README.rst

OpenTelemetry Boto Tracing
==========================

|pypi|

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

This library allows tracing requests made by the Boto library.

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

::

    pip install opentelemetry-instrumentation-boto


References
----------

* `OpenTelemetry Boto Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/boto/boto.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_