opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Ben Beasley 76919d3089
Loosen fastapi-slim version bound to be like the one for fastapi (#2775)
2024-08-05 10:04:48 -07:00
..
src/opentelemetry/instrumentation/fastapi Loosen fastapi-slim version bound to be like the one for fastapi (#2775) 2024-08-05 10:04:48 -07:00
tests feat: add header extraction parameters to `FastAPIInstrumentor().instrument_app` (#2241) 2024-08-01 16:15:34 -06:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Consolidate instrumentation documentation in docstrings (#754) 2021-10-21 09:54:30 -07:00
pyproject.toml Loosen fastapi-slim version bound to be like the one for fastapi (#2775) 2024-08-05 10:04:48 -07:00
test-requirements-slim.txt Teach fastapi instrumentation about fastapi-slim (#2702) 2024-07-23 09:31:33 -07:00
test-requirements.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00

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>`_