opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
otelbot[bot] 843f345348
Update version to 1.38.0.dev/0.59b0.dev (#3746)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-09-11 12:00:58 +00:00
..
src/opentelemetry/instrumentation/fastapi Update version to 1.38.0.dev/0.59b0.dev (#3746) 2025-09-11 12:00:58 +00:00
tests Fix for FASTAPI unable to record AppService URL (Issue #3654) (#3670) 2025-09-10 12:12:34 +00:00
LICENSE
README.rst
pyproject.toml Update version to 1.38.0.dev/0.59b0.dev (#3746) 2025-09-11 12:00:58 +00:00
test-requirements.txt

README.rst

OpenTelemetry FastAPI Instrumentation
=======================================

|pypi|

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


This library provides automatic and manual instrumentation of FastAPI web frameworks,
instrumenting http requests served by applications utilizing the framework.

auto-instrumentation using the opentelemetry-instrumentation package is also supported.

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

::

    pip install opentelemetry-instrumentation-fastapi

References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_