mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-05 22:09:56 +08:00
Move DD code into its own directory (#6)
This commit is contained in:
76
reference/docs/web_integrations.rst
Normal file
76
reference/docs/web_integrations.rst
Normal file
@ -0,0 +1,76 @@
|
||||
Web Frameworks
|
||||
--------------
|
||||
|
||||
``ddtrace`` provides tracing support for many Python web frameworks. For each
|
||||
framework ``ddtrace`` supports:
|
||||
|
||||
- tracing of requests [*]_: trace requests through middleware and back
|
||||
- distributed tracing [*]_: trace requests across application boundaries
|
||||
- automatic error tagging [*]_: spans will be marked with any errors that occur
|
||||
|
||||
.. [*] https://docs.datadoghq.com/tracing/
|
||||
.. [*] https://docs.datadoghq.com/tracing/faq/distributed-tracing/
|
||||
.. [*] "erroneous HTTP return codes" are defined as being greater than 500
|
||||
|
||||
.. _aiohttp:
|
||||
|
||||
aiohttp
|
||||
^^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.aiohttp
|
||||
|
||||
|
||||
.. _bottle:
|
||||
|
||||
Bottle
|
||||
^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.bottle
|
||||
|
||||
.. _djangorestframework:
|
||||
.. _django:
|
||||
|
||||
Django
|
||||
^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.django
|
||||
|
||||
|
||||
.. _falcon:
|
||||
|
||||
Falcon
|
||||
^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.falcon
|
||||
|
||||
|
||||
.. _flask:
|
||||
|
||||
Flask
|
||||
^^^^^
|
||||
|
||||
|
||||
.. automodule:: ddtrace.contrib.flask
|
||||
|
||||
.. _molten:
|
||||
|
||||
Molten
|
||||
^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.molten
|
||||
|
||||
.. _pyramid:
|
||||
|
||||
Pyramid
|
||||
^^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.pyramid
|
||||
|
||||
|
||||
.. _tornado:
|
||||
|
||||
Tornado
|
||||
^^^^^^^
|
||||
|
||||
.. automodule:: ddtrace.contrib.tornado
|
||||
|
Reference in New Issue
Block a user