opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot fc03baf33a
[release/v1.30.x-0.51bx] Prepare release 1.30.0/0.51b0 (#3234)
2025-02-04 09:47:42 -08:00
..
src/opentelemetry/instrumentation/tornado [release/v1.30.x-0.51bx] Prepare release 1.30.0/0.51b0 (#3234) 2025-02-04 09:47:42 -08:00
tests fix(tornado): ensure reading future.result() won't throw an exception in client.py _finish_tracing_callback (#2563) 2024-08-19 07:59:24 -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 [release/v1.30.x-0.51bx] Prepare release 1.30.0/0.51b0 (#3234) 2025-02-04 09:47:42 -08:00
test-requirements.txt instrumentation: Bump Werkzeug to 3.0.6 (#3078) 2024-12-09 14:46:44 +01:00

README.rst

OpenTelemetry Tornado Instrumentation
======================================

|pypi|

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

This library builds on the OpenTelemetry WSGI middleware to track web requests
in Tornado applications.

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

::

    pip install opentelemetry-instrumentation-tornado

References
----------

* `OpenTelemetry Tornado Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/tornado/tornado.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_