opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen b65f67ded5
Re-add `http.target` to Django old sem conv server duration metric (#2746)
2024-07-30 09:55:28 -07:00
..
src/opentelemetry/instrumentation/django Re-add `http.target` to Django old sem conv server duration metric (#2746) 2024-07-30 09:55:28 -07:00
tests Re-add `http.target` to Django old sem conv server duration metric (#2746) 2024-07-30 09:55:28 -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 Update version to 1.27.0.dev/0.48b0.dev (#2728) 2024-07-24 21:18:49 -06:00
test-requirements-0.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00
test-requirements-1.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00
test-requirements-2.txt instrumentation/django: bump django 4.2 to 4.2.14 (#2700) 2024-07-15 09:54:14 -07:00
test-requirements-3.txt instrumentation/django: bump django 4.2 to 4.2.14 (#2700) 2024-07-15 09:54:14 -07: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>`_