diff --git a/content/en/tracing/compatibility_requirements/python.md b/content/en/tracing/compatibility_requirements/python.md index 6a7b084850479..49ee6c1716b25 100644 --- a/content/en/tracing/compatibility_requirements/python.md +++ b/content/en/tracing/compatibility_requirements/python.md @@ -20,62 +20,62 @@ To request support for additional libraries, contact our awesome [support team][ The `ddtrace` library includes support for a number of web frameworks, including: -| Framework | Supported Version | PyPi Datadog Documentation | -|--------------------------|-------------------|----------------------------------------------------------------| -| [aiohttp][3] | >= 1.2 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiohttp | -| [Bottle][4] | >= 0.11 | http://pypi.datadoghq.com/trace/docs/integrations.html#bottle | -| [Django][5] | >= 1.8 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [djangorestframework][5] | >= 3.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [Falcon][6] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#falcon | -| [Flask][7] | >= 0.10 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask | -| [Molten][8] | >= 0.7.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#molten | -| [Pylons][9] | >= 0.9.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylons | -| [Pyramid][10] | >= 1.7 | http://pypi.datadoghq.com/trace/docs/integrations.html#pyramid | -| [Tornado][11] | >= 4.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#tornado | +| Framework | Supported Version | Library Documentation | +| ------------------------- | ----------------- | ------------------------------------------------------------------ | +| [aiohttp][3] | >= 1.2 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiohttp | +| [Bottle][4] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/integrations.html#bottle | +| [Django][5] | >= 1.8 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [djangorestframework][5] | >= 3.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [Falcon][6] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#falcon | +| [Flask][7] | >= 0.10 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask | +| [Molten][8] | >= 0.7.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#molten | +| [Pylons][9] | >= 0.9.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylons | +| [Pyramid][10] | >= 1.7 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pyramid | +| [Tornado][11] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#tornado | ### Datastore Compatibility The `ddtrace` library includes support for the following data stores: -| Datastore | Supported Version | PyPi Datadog Documentation | -|------------------------------------|-------------------|--------------------------------------------------------------------------------------------| -| [Cassandra][12] | >= 3.5 | http://pypi.datadoghq.com/trace/docs/integrations.html#cassandra | -| [Elasticsearch][13] | >= 1.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#elasticsearch | -| [Flask Cache][14] | >= 0.12 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask-cache | -| [Memcached][15] [pylibmc][16] | >= 1.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylibmc | -| [Memcached][15] [pymemcache][17] | >= 1.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymemcache | -| [MongoDB][18] [Mongoengine][19] | >= 0.11 | http://pypi.datadoghq.com/trace/docs/integrations.html#mongoengine | -| [MongoDB][18] [Pymongo][20] | >= 3.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymongo | -| [MySQL][21] [MySQL-python][22] | >= 1.2.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] [mysqlclient][23] | >= 1.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] mysql-connector | >= 2.1 | http://pypi.datadoghq.com/trace/docs/integrations.html#mysql-connector | -| [Postgres][24] [aiopg][25] | >= 0.12.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiopg | -| [Postgres][24] [psycopg][26] | >= 2.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.psycopg | -| [Redis][27] | >= 2.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#redis | -| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.rediscluster | -| [SQLAlchemy][29] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlalchemy | -| [SQLite3][30] | Fully Supported | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlite | -| [Vertica][31] | >= 0.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#vertica | +| Datastore | Supported Version | Library Documentation | +| ---------------------------------- | ----------------- | --------------------------------------------------------------------------------------------- | +| [Cassandra][12] | >= 3.5 | https://ddtrace.readthedocs.io/en/stable/integrations.html#cassandra | +| [Elasticsearch][13] | >= 1.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#elasticsearch | +| [Flask Cache][14] | >= 0.12 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask-cache | +| [Memcached][15] [pylibmc][16] | >= 1.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylibmc | +| [Memcached][15] [pymemcache][17] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymemcache | +| [MongoDB][18] [Mongoengine][19] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mongoengine | +| [MongoDB][18] [Pymongo][20] | >= 3.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymongo | +| [MySQL][21] [MySQL-python][22] | >= 1.2.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] [mysqlclient][23] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] mysql-connector | >= 2.1 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mysql-connector | +| [Postgres][24] [aiopg][25] | >= 0.12.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiopg | +| [Postgres][24] [psycopg][26] | >= 2.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.psycopg | +| [Redis][27] | >= 2.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#redis | +| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.rediscluster | +| [SQLAlchemy][29] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlalchemy | +| [SQLite3][30] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlite | +| [Vertica][31] | >= 0.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#vertica | ### Library Compatibility The `ddtrace` library includes support for the following libraries: -| Library | Supported Version | PyPi Datadog Documentation | -|-------------------|-------------------|--------------------------------------------------------------------| -| [asyncio][32] | Fully Supported | http://pypi.datadoghq.com/trace/docs/integrations.html#asyncio | -| [gevent][33] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#gevent | -| [aiobotocore][34] | >= 0.2.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiobotocore | -| [Boto2][34] | >= 2.29.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#boto2 | -| [Botocore][34] | >= 1.4.51 | http://pypi.datadoghq.com/trace/docs/integrations.html#botocore | -| [Celery][35] | >= 4.0.2 | http://pypi.datadoghq.com/trace/docs/integrations.html#celery | -| [Futures][36] | Fully Supported | http://pypi.datadoghq.com/trace/docs/integrations.html#futures | -| [Grpc][37] | >= 1.8.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#grpc | -| [httplib][38] | Fully Supported | http://pypi.datadoghq.com/trace/docs/integrations.html#httplib | -| [Jinja2][39] | >= 2.7 | http://pypi.datadoghq.com/trace/docs/integrations.html#jinja2 | -| [Kombu][40] | >= 4.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#kombu | -| [Mako][41] | >= 0.1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#mako | -| [Requests][42] | >= 2.08 | http://pypi.datadoghq.com/trace/docs/integrations.html#requests | +| Library | Supported Version | Library Documentation | +| ----------------- | ----------------- | ------------------------------------------------------------------------ | +| [asyncio][32] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/integrations.html#asyncio | +| [gevent][33] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#gevent | +| [aiobotocore][34] | >= 0.2.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiobotocore | +| [Boto2][34] | >= 2.29.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#boto2 | +| [Botocore][34] | >= 1.4.51 | https://ddtrace.readthedocs.io/en/stable/integrations.html#botocore | +| [Celery][35] | >= 4.0.2 | https://ddtrace.readthedocs.io/en/stable/integrations.html#celery | +| [Futures][36] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/integrations.html#futures | +| [Grpc][37] | >= 1.8.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#grpc | +| [httplib][38] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/integrations.html#httplib | +| [Jinja2][39] | >= 2.7 | https://ddtrace.readthedocs.io/en/stable/integrations.html#jinja2 | +| [Kombu][40] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#kombu | +| [Mako][41] | >= 0.1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mako | +| [Requests][42] | >= 2.08 | https://ddtrace.readthedocs.io/en/stable/integrations.html#requests | ## Further Reading diff --git a/content/fr/tracing/compatibility_requirements/python.md b/content/fr/tracing/compatibility_requirements/python.md index 221192df869d9..af5021157960c 100644 --- a/content/fr/tracing/compatibility_requirements/python.md +++ b/content/fr/tracing/compatibility_requirements/python.md @@ -19,62 +19,62 @@ Pour demander la prise en charge d'une autre bibliothèque, contactez notre [for La bibliothèque `ddtrace` prend en charge de nombreux frameworks Web, y compris : -| Framework | Version prise en charge | Documentation PyPi de Datadog | -|--------------------------|-------------------------|----------------------------------------------------------------| -| [aiohttp][3] | >= 1.2 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiohttp | -| [Bottle][4] | >= 0.11 | http://pypi.datadoghq.com/trace/docs/integrations.html#bottle | -| [Django][5] | >= 1.8 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [djangorestframework][5] | >= 3.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [Falcon][6] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#falcon | -| [Flask][7] | >= 0.10 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask | -| [Molten][8] | >= 0.7.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#molten | -| [Pylons][9] | >= 0.9.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylons | -| [Pyramid][10] | >= 1.7 | http://pypi.datadoghq.com/trace/docs/integrations.html#pyramid | -| [Tornado][11] | >= 4.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#tornado | +| Framework | Version prise en charge | Documentation PyPi de Datadog | +| ------------------------- | ----------------- | ------------------------------------------------------------------ | +| [aiohttp][3] | >= 1.2 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiohttp | +| [Bottle][4] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/integrations.html#bottle | +| [Django][5] | >= 1.8 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [djangorestframework][5] | >= 3.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [Falcon][6] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#falcon | +| [Flask][7] | >= 0.10 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask | +| [Molten][8] | >= 0.7.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#molten | +| [Pylons][9] | >= 0.9.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylons | +| [Pyramid][10] | >= 1.7 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pyramid | +| [Tornado][11] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#tornado | ### Compatibilité des datastores La bibliothèque `ddtrace` prend en charge les datastores suivants : -| Datastore | Version prise en charge | Documentation PyPi de Datadog | -|------------------------------------|--------------------------|--------------------------------------------------------------------------------------------| -| [Cassandra][12] | >= 3.5 | http://pypi.datadoghq.com/trace/docs/integrations.html#cassandra | -| [Elasticsearch][13] | >= 1.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#elasticsearch | -| [Flask Cache][14] | >= 0.12 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask-cache | -| [Memcached][15] [pylibmc][16] | >= 1.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylibmc | -| [Memcached][15] [pymemcache][17] | >= 1.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymemcache | -| [MongoDB][18] [Mongoengine][19] | >= 0.11 | http://pypi.datadoghq.com/trace/docs/integrations.html#mongoengine | -| [MongoDB][18] [Pymongo][20] | >= 3.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymongo | -| [MySQL][21] [MySQL-python][22] | >= 1.2.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] [mysqlclient][23] | >= 1.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] mysql-connector | >= 2.1 | http://pypi.datadoghq.com/trace/docs/integrations.html#mysql-connector | -| [Postgres][24] [aiopg][25] | >= 0.12.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiopg | -| [Postgres][24] [psycopg][26] | >= 2.4 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.psycopg | -| [Redis][27] | >= 2.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#redis | -| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.rediscluster | -| [SQLAlchemy][29] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlalchemy | -| [SQLite3][30] | Prise en charge complète | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlite | -| [Vertica][31] | >= 0.6 | http://pypi.datadoghq.com/trace/docs/integrations.html#vertica | +| Datastore | Version prise en charge | Documentation PyPi de Datadog | +| ---------------------------------- | ----------------- | --------------------------------------------------------------------------------------------- | +| [Cassandra][12] | >= 3.5 | https://ddtrace.readthedocs.io/en/stable/integrations.html#cassandra | +| [Elasticsearch][13] | >= 1.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#elasticsearch | +| [Flask Cache][14] | >= 0.12 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask-cache | +| [Memcached][15] [pylibmc][16] | >= 1.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylibmc | +| [Memcached][15] [pymemcache][17] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymemcache | +| [MongoDB][18] [Mongoengine][19] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mongoengine | +| [MongoDB][18] [Pymongo][20] | >= 3.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymongo | +| [MySQL][21] [MySQL-python][22] | >= 1.2.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] [mysqlclient][23] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] mysql-connector | >= 2.1 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mysql-connector | +| [Postgres][24] [aiopg][25] | >= 0.12.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiopg | +| [Postgres][24] [psycopg][26] | >= 2.4 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.psycopg | +| [Redis][27] | >= 2.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#redis | +| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.rediscluster | +| [SQLAlchemy][29] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlalchemy | +| [SQLite3][30] | Prise en charge complète | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlite | +| [Vertica][31] | >= 0.6 | https://ddtrace.readthedocs.io/en/stable/integrations.html#vertica | ### Compatibilité des bibliothèques La bibliothèque `ddtrace` prend en charge les bibliothèques suivantes : -| Bibliothèque | Version prise en charge | Documentation PyPi de Datadog | -|-------------------|--------------------------|--------------------------------------------------------------------| -| [asyncio][32] | Prise en charge complète | http://pypi.datadoghq.com/trace/docs/integrations.html#asyncio | -| [gevent][33] | >= 1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#gevent | -| [aiobotocore][34] | >= 0.2.3 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiobotocore | -| [Boto2][34] | >= 2.29.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#boto2 | -| [Botocore][34] | >= 1.4.51 | http://pypi.datadoghq.com/trace/docs/integrations.html#botocore | -| [Celery][35] | >= 4.0.2 | http://pypi.datadoghq.com/trace/docs/integrations.html#celery | -| [Futures][36] | Prise en charge complète | http://pypi.datadoghq.com/trace/docs/integrations.html#futures | -| [Grpc][37] | >= 1.8.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#grpc | -| [httplib][38] | Prise en charge complète | http://pypi.datadoghq.com/trace/docs/integrations.html#httplib | -| [Jinja2][39] | >= 2.7 | http://pypi.datadoghq.com/trace/docs/integrations.html#jinja2 | -| [Kombu][40] | >= 4.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#kombu | -| [Mako][41] | >= 0.1.0 | http://pypi.datadoghq.com/trace/docs/integrations.html#mako | -| [Requests][42] | >= 2.08 | http://pypi.datadoghq.com/trace/docs/integrations.html#requests | +| Bibliothèque | Version prise en charge | Documentation PyPi de Datadog | +| ----------------- | ----------------- | ------------------------------------------------------------------------ | +| [asyncio][32] | Prise en charge complète | https://ddtrace.readthedocs.io/en/stable/integrations.html#asyncio | +| [gevent][33] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#gevent | +| [aiobotocore][34] | >= 0.2.3 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiobotocore | +| [Boto2][34] | >= 2.29.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#boto2 | +| [Botocore][34] | >= 1.4.51 | https://ddtrace.readthedocs.io/en/stable/integrations.html#botocore | +| [Celery][35] | >= 4.0.2 | https://ddtrace.readthedocs.io/en/stable/integrations.html#celery | +| [Futures][36] | Prise en charge complète | https://ddtrace.readthedocs.io/en/stable/integrations.html#futures | +| [Grpc][37] | >= 1.8.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#grpc | +| [httplib][38] | Prise en charge complète | https://ddtrace.readthedocs.io/en/stable/integrations.html#httplib | +| [Jinja2][39] | >= 2.7 | https://ddtrace.readthedocs.io/en/stable/integrations.html#jinja2 | +| [Kombu][40] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#kombu | +| [Mako][41] | >= 0.1.0 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mako | +| [Requests][42] | >= 2.08 | https://ddtrace.readthedocs.io/en/stable/integrations.html#requests | ## Pour aller plus loin diff --git a/content/ja/tracing/compatibility_requirements/python.md b/content/ja/tracing/compatibility_requirements/python.md index 0738f844ab798..6f9163b455ae3 100644 --- a/content/ja/tracing/compatibility_requirements/python.md +++ b/content/ja/tracing/compatibility_requirements/python.md @@ -19,62 +19,62 @@ Python Datadog Trace ライブラリはオープンソースです。詳細に `ddtrace` ライブラリには、次のような数多くの Web フレームワークのサポートが含まれています。 -| フレームワーク | サポート対象のバージョン | PyPi Datadog ドキュメント | -|--------------------------|--------------|----------------------------------------------------------------| -| [aiohttp][3] | 1.2 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiohttp | -| [Bottle][4] | 0.11 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#bottle | -| [Django][5] | 1.8 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [djangorestframework][5] | 3.4 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#django | -| [Falcon][6] | 1.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#falcon | -| [Flask][7] | 0.10 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask | -| [Molten][8] | 0.7.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#molten | -| [Pylons][9] | 0.9.6 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylons | -| [Pyramid][10] | 1.7 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#pyramid | -| [Tornado][11] | 4.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#tornado | +| フレームワーク | サポート対象のバージョン | PyPi Datadog ドキュメント | +| ------------------------- | ----------------- | ------------------------------------------------------------------ | +| [aiohttp][3] | 1.2 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiohttp | +| [Bottle][4] | 0.11 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#bottle | +| [Django][5] | 1.8 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [djangorestframework][5] | 3.4 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [Falcon][6] | 1.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#falcon | +| [Flask][7] | 0.10 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask | +| [Molten][8] | 0.7.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#molten | +| [Pylons][9] | 0.9.6 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylons | +| [Pyramid][10] | 1.7 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pyramid | +| [Tornado][11] | 4.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#tornado | ### データストアの互換性 `ddtrace` ライブラリには、次のデータストアのサポートが含まれています。 -| data store | サポート対象のバージョン | PyPi Datadog ドキュメント | -|------------------------------------|--------------|--------------------------------------------------------------------------------------------| -| [Cassandra][12] | 3.5 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#cassandra | -| [Elasticsearch][13] | 1.6 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#elasticsearch | -| [Flask Cache][14] | 0.12 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#flask-cache | -| [Memcached][15] [pylibmc][16] | 1.4 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#pylibmc | -| [Memcached][15] [pymemcache][17] | 1.3 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymemcache | -| [MongoDB][18] [Mongoengine][19] | 0.11 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#mongoengine | -| [MongoDB][18] [Pymongo][20] | 3.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#pymongo | -| [MySQL][21] [MySQL-python][22] | 1.2.3 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] [mysqlclient][23] | 1.3 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.mysqldb | -| [MySQL][21] mysql-connector | 2.1 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#mysql-connector | -| [Postgres][24] [aiopg][25] | 0.12.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiopg | -| [Postgres][24] [psycopg][26] | 2.4 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.psycopg | -| [Redis][27] | 2.6 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#redis | -| [Redis][27] [redis-py-cluster][28] | 1.3.5 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#module-ddtrace.contrib.rediscluster | -| [SQLAlchemy][29] | 1.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlalchemy | -| [SQLite3][30] | 完全対応 | http://pypi.datadoghq.com/trace/docs/integrations.html#sqlite | -| [Vertica][31] | 0.6 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#vertica | +| data store | サポート対象のバージョン | PyPi Datadog ドキュメント | +| ---------------------------------- | ----------------- | --------------------------------------------------------------------------------------------- | +| [Cassandra][12] | 3.5 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#cassandra | +| [Elasticsearch][13] | 1.6 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#elasticsearch | +| [Flask Cache][14] | 0.12 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask-cache | +| [Memcached][15] [pylibmc][16] | 1.4 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pylibmc | +| [Memcached][15] [pymemcache][17] | 1.3 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymemcache | +| [MongoDB][18] [Mongoengine][19] | 0.11 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mongoengine | +| [MongoDB][18] [Pymongo][20] | 3.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#pymongo | +| [MySQL][21] [MySQL-python][22] | 1.2.3 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] [mysqlclient][23] | 1.3 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.mysqldb | +| [MySQL][21] mysql-connector | 2.1 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mysql-connector | +| [Postgres][24] [aiopg][25] | 0.12.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiopg | +| [Postgres][24] [psycopg][26] | 2.4 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.psycopg | +| [Redis][27] | 2.6 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#redis | +| [Redis][27] [redis-py-cluster][28] | 1.3.5 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.rediscluster | +| [SQLAlchemy][29] | 1.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlalchemy | +| [SQLite3][30] | 完全対応 | https://ddtrace.readthedocs.io/en/stable/integrations.html#sqlite | +| [Vertica][31] | 0.6 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#vertica | ### ライブラリの互換性 `ddtrace` ライブラリには、次のライブラリのサポートが含まれています。 -| ライブラリ | サポート対象のバージョン | PyPi Datadog ドキュメント | -|-------------------|--------------|--------------------------------------------------------------------| -| [asyncio][32] | 完全対応 | http://pypi.datadoghq.com/trace/docs/integrations.html#asyncio | -| [gevent][33] | 1.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#gevent | -| [aiobotocore][34] | 0.2.3 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#aiobotocore | -| [Boto2][34] | 2.29.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#boto2 | -| [Botocore][34] | 1.4.51 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#botocore | -| [Celery][35] | 4.0.2 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#celery | -| [Futures][36] | 完全対応 | http://pypi.datadoghq.com/trace/docs/integrations.html#futures | -| [Grpc][37] | 1.8.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#grpc | -| [httplib][38] | 完全対応 | http://pypi.datadoghq.com/trace/docs/integrations.html#httplib | -| [Jinja2][39] | 2.7 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#jinja2 | -| [Kombu][40] | 4.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#kombu | -| [Mako][41] | 0.1.0 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#mako | -| [Requests][42] | 2.08 以降 | http://pypi.datadoghq.com/trace/docs/integrations.html#requests | +| ライブラリ | サポート対象のバージョン | PyPi Datadog ドキュメント | +| ----------------- | ----------------- | ------------------------------------------------------------------------ | +| [asyncio][32] | 完全対応 | https://ddtrace.readthedocs.io/en/stable/integrations.html#asyncio | +| [gevent][33] | 1.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#gevent | +| [aiobotocore][34] | 0.2.3 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiobotocore | +| [Boto2][34] | 2.29.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#boto2 | +| [Botocore][34] | 1.4.51 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#botocore | +| [Celery][35] | 4.0.2 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#celery | +| [Futures][36] | 完全対応 | https://ddtrace.readthedocs.io/en/stable/integrations.html#futures | +| [Grpc][37] | 1.8.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#grpc | +| [httplib][38] | 完全対応 | https://ddtrace.readthedocs.io/en/stable/integrations.html#httplib | +| [Jinja2][39] | 2.7 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#jinja2 | +| [Kombu][40] | 4.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#kombu | +| [Mako][41] | 0.1.0 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#mako | +| [Requests][42] | 2.08 以降 | https://ddtrace.readthedocs.io/en/stable/integrations.html#requests | ## その他の参考資料