Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Verhoog committed Oct 8, 2020
1 parent 361d54f commit 80d3a13
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 138 deletions.
92 changes: 46 additions & 46 deletions content/en/tracing/compatibility_requirements/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 80d3a13

Please sign in to comment.