@@ -73,7 +73,7 @@ Instrumentation
7373Web
7474~~~
7575
76- We support many ` Web Frameworks `_ . Install the middleware for yours.
76+ We support many :ref: ` web-frameworks ` . Install the middleware for yours.
7777
7878Databases
7979~~~~~~~~~
@@ -124,6 +124,8 @@ If the Datadog Agent is on a separate host from your application, you can modify
124124
125125By default, these will be set to localhost and 8126 respectively.
126126
127+ .. _web-frameworks :
128+
127129Web Frameworks
128130--------------
129131
@@ -251,7 +253,7 @@ Redis
251253.. automodule :: ddtrace.contrib.redis
252254
253255Requests
254- ~~~~~
256+ ~~~~~~~~
255257
256258.. automodule :: ddtrace.contrib.requests
257259
@@ -527,61 +529,61 @@ Supported versions
527529
528530We officially support Python 2.7, 3.4 and above.
529531
530- +-----------------+--------------------+
531- | Integrations | Supported versions |
532- +=================+====================+
533- | aiohttp | >= 1.2 |
534- +-----------------+--------------------+
535- | aiobotocore | >= 0.2.3 |
536- +-----------------+--------------------+
537- | aiopg | >= 0.12.0 |
538- +-----------------+--------------------+
539- | boto | >= 2.29.0 |
540- +-----------------+--------------------+
541- | botocore | >= 1.4.51 |
542- +-----------------+--------------------+
543- | bottle | >= 0.12 |
544- +-----------------+--------------------+
545- | celery | >= 3.1 |
546- +-----------------+--------------------+
547- | cassandra | >= 3.5 |
548- +---------------------+----------------+
549- | djangorestframework | >= 3.4 |
550- +---------------------+----------------+
551- | django | >= 1.8 |
552- +-----------------+--------------------+
553- | elasticsearch | >= 1.6 |
554- +-----------------+--------------------+
555- | falcon | >= 1.0 |
556- +-----------------+--------------------+
557- | flask | >= 0.10 |
558- +-----------------+--------------------+
559- | flask_cache | >= 0.12 |
560- +-----------------+--------------------+
561- | gevent | >= 1.0 |
562- +-----------------+--------------------+
563- | mongoengine | >= 0.11 |
564- +-----------------+--------------------+
565- | mysql-connector | >= 2.1 |
566- +-----------------+--------------------+
567- | MySQL-python | >= 1.2.3 |
568- +-----------------+--------------------+
569- | mysqlclient | >= 1.3 |
570- +-----------------+--------------------+
571- | psycopg2 | >= 2.4 |
572- +-----------------+--------------------+
573- | pylibmc | >= 1.4 |
574- +-----------------+--------------------+
575- | pylons | >= 0.9.6 |
576- +-----------------+--------------------+
577- | pymongo | >= 3.0 |
578- +-----------------+--------------------+
579- | pyramid | >= 1.7 |
580- +-----------------+--------------------+
581- | redis | >= 2.6 |
582- +-----------------+--------------------+
583- | sqlalchemy | >= 1.0 |
584- +-----------------+--------------------+
532+ +--------------------- +--------------------+
533+ | Integrations | Supported versions |
534+ +===================== +====================+
535+ | aiohttp | >= 1.2 |
536+ +--------------------- +--------------------+
537+ | aiobotocore | >= 0.2.3 |
538+ +--------------------- +--------------------+
539+ | aiopg | >= 0.12.0 |
540+ +--------------------- +--------------------+
541+ | boto | >= 2.29.0 |
542+ +--------------------- +--------------------+
543+ | botocore | >= 1.4.51 |
544+ +--------------------- +--------------------+
545+ | bottle | >= 0.11 |
546+ +--------------------- +--------------------+
547+ | celery | >= 3.1 |
548+ +--------------------- +--------------------+
549+ | cassandra | >= 3.5 |
550+ +---------------------+-------------------- +
551+ | djangorestframework | >= 3.4 |
552+ +---------------------+-------------------- +
553+ | django | >= 1.8 |
554+ +--------------------- +--------------------+
555+ | elasticsearch | >= 1.6 |
556+ +--------------------- +--------------------+
557+ | falcon | >= 1.0 |
558+ +--------------------- +--------------------+
559+ | flask | >= 0.10 |
560+ +--------------------- +--------------------+
561+ | flask_cache | >= 0.12 |
562+ +--------------------- +--------------------+
563+ | gevent | >= 1.0 |
564+ +--------------------- +--------------------+
565+ | mongoengine | >= 0.11 |
566+ +--------------------- +--------------------+
567+ | mysql-connector | >= 2.1 |
568+ +--------------------- +--------------------+
569+ | MySQL-python | >= 1.2.3 |
570+ +--------------------- +--------------------+
571+ | mysqlclient | >= 1.3 |
572+ +--------------------- +--------------------+
573+ | psycopg2 | >= 2.4 |
574+ +--------------------- +--------------------+
575+ | pylibmc | >= 1.4 |
576+ +--------------------- +--------------------+
577+ | pylons | >= 0.9.6 |
578+ +--------------------- +--------------------+
579+ | pymongo | >= 3.0 |
580+ +--------------------- +--------------------+
581+ | pyramid | >= 1.7 |
582+ +--------------------- +--------------------+
583+ | redis | >= 2.6 |
584+ +--------------------- +--------------------+
585+ | sqlalchemy | >= 1.0 |
586+ +--------------------- +--------------------+
585587
586588
587589These are the fully tested versions but `ddtrace ` can be compatible with lower versions.
0 commit comments