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 `_
* `OpenTelemetry Instrumentation for Django `_
* `OpenTelemetry Project `_
* `OpenTelemetry Python Examples `_