opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Aaron Abbott c6c0162cef
Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304)
* Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier

* Compile locked requirements with uv

* Update comment for clarity

* Generate for python 3.8+

* Update package.py as well

* generate

* Oops, undo accidental change to starlette version

* Update uv pip compile command to remove core repo git SHAs and absolute paths
2025-03-03 20:22:57 +00:00
..
src/opentelemetry/instrumentation/starlette Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304) 2025-03-03 20:22:57 +00:00
tests Add NoOpTracerProvider test for starlette (#2654) 2024-07-11 09:18:48 -07: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 `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304) 2025-03-03 20:22:57 +00:00
test-requirements.in Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304) 2025-03-03 20:22:57 +00:00
test-requirements.latest.txt Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304) 2025-03-03 20:22:57 +00:00
test-requirements.oldest.txt Loosen `opentelemetry-instrumentation-starlette[instruments]` specifier (#3304) 2025-03-03 20:22:57 +00:00

README.rst

OpenTelemetry Starlette Instrumentation
=======================================

|pypi|

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


This library provides automatic and manual instrumentation of Starlette 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-starlette

References
----------

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