opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen f7ba3ba516
update (#337)
2021-02-16 14:27:31 -08:00
..
src/opentelemetry/instrumentation/botocore update (#337) 2021-02-16 14:27:31 -08:00
tests Update span interface usage (#324) 2021-02-09 12:31:03 -08:00
LICENSE Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00
MANIFEST.in Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00
README.rst Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
setup.cfg update (#337) 2021-02-16 14:27:31 -08:00
setup.py Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00

README.rst

OpenTelemetry Botocore Tracing
==============================

|pypi|

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

This library allows tracing requests made by the Botocore library.

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

::

    pip install opentelemetry-instrumentation-botocore


References
----------

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