opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Thiyagu55 9e2dbecedc
Adding multiple db connections support for django-instrumentation's sqlcommenter (#1187)
2022-07-14 15:59:34 +05:30
..
src/opentelemetry/instrumentation/django Adding multiple db connections support for django-instrumentation's sqlcommenter (#1187) 2022-07-14 15:59:34 +05:30
tests Adding multiple db connections support for django-instrumentation's sqlcommenter (#1187) 2022-07-14 15:59:34 +05:30
LICENSE Fix error in license files (#521) 2021-05-28 09:16:58 -07:00
MANIFEST.in Rename web framework packages from "ext" to "instrumentation" (#961) 2020-08-03 10:10:45 -07:00
README.rst Consolidate instrumentation documentation in docstrings (#754) 2021-10-21 09:54:30 -07:00
setup.cfg Release 1.12.0rc2-0.32b0 (#1174) 2022-07-04 15:14:50 +02:00
setup.py Fix typos (#929) 2022-03-02 14:03:34 -08:00

README.rst

OpenTelemetry Django Tracing
============================

|pypi|

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

This library allows tracing requests for Django applications.

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

::

    pip install opentelemetry-instrumentation-django

References
----------

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