opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot 14ebbb291d
[release/v1.31.x-0.52bx] Prepare release 1.31.0/0.52b0 (#3358)
* Prepare release 1.31.0/0.52b0

* Update core sha

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-03-12 18:14:24 +01:00
..
examples/bedrock-runtime/zero-code botocore: add bedrock genai user events and lazy initialize tracers and event loggers (#3258) 2025-02-13 10:08:24 +01:00
src/opentelemetry/instrumentation/botocore [release/v1.31.x-0.52bx] Prepare release 1.31.0/0.52b0 (#3358) 2025-03-12 18:14:24 +01:00
tests botocore: sns set destination name attribute to arn and redact phone number (#3249) 2025-03-10 09:39:12 +00:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
pyproject.toml [release/v1.31.x-0.52bx] Prepare release 1.31.0/0.52b0 (#3358) 2025-03-12 18:14:24 +01:00
test-requirements-0.txt Basic instrumentation for Bedrock runtime Converse api (#3161) 2025-01-20 09:56:09 +01:00
test-requirements-1.txt Basic instrumentation for Bedrock runtime Converse api (#3161) 2025-01-20 09:56:09 +01: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/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_