Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apm/python: update links #8469

Merged
merged 5 commits into from
Oct 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 43 additions & 41 deletions content/en/tracing/compatibility_requirements/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ further_reading:
text: 'Instrument Your Application'
---

The Python Datadog Trace library is open source - view the [Github repository][1] for more information.
The Python Datadog Trace library is open source. View the [Github repository][1] for more information.

Python versions `2.7+` and `3.5+` are supported in the latest version of the tracer. Python `3.4` is supported in versions `0.35.x` and below of the Python tracer.

Expand All @@ -22,60 +22,62 @@ The `ddtrace` library includes support for a number of web frameworks, including

| Framework | Supported Version | Library Documentation |
| ------------------------- | ----------------- | ------------------------------------------------------------------ |
| [aiohttp][3] | >= 1.2 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#aiohttp |
| [Bottle][4] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#bottle |
| [Django][5] | >= 1.8 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#django |
| [djangorestframework][5] | >= 3.4 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#django |
| [Falcon][6] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#falcon |
| [Flask][7] | >= 0.10 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#flask |
| [Molten][8] | >= 0.7.0 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#molten |
| [Pylons][9] | >= 0.9.6 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#pylons |
| [Pyramid][10] | >= 1.7 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#pyramid |
| [Tornado][11] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/web_integrations.html#tornado |
| [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 | Library Documentation |
| ---------------------------------- | ----------------- | --------------------------------------------------------------------------------------------- |
| [Cassandra][12] | >= 3.5 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#cassandra |
| [Elasticsearch][13] | >= 1.6 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#elasticsearch |
| [Flask Cache][14] | >= 0.12 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#flask-cache |
| [Memcached][15] [pylibmc][16] | >= 1.4 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#pylibmc |
| [Memcached][15] [pymemcache][17] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#pymemcache |
| [MongoDB][18] [Mongoengine][19] | >= 0.11 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#mongoengine |
| [MongoDB][18] [Pymongo][20] | >= 3.0 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#pymongo |
| [MySQL][21] [MySQL-python][22] | >= 1.2.3 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#module-ddtrace.contrib.mysqldb |
| [MySQL][21] [mysqlclient][23] | >= 1.3 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#module-ddtrace.contrib.mysqldb |
| [MySQL][21] mysql-connector | >= 2.1 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#mysql-connector |
| [Postgres][24] [aiopg][25] | >= 0.12.0 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#aiopg |
| [Postgres][24] [psycopg][26] | >= 2.4 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#module-ddtrace.contrib.psycopg |
| [Redis][27] | >= 2.6 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#redis |
| [Redis][27] [redis-py-cluster][28] | >= 1.3.5 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#module-ddtrace.contrib.rediscluster |
| [SQLAlchemy][29] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#sqlalchemy |
| [SQLite3][30] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#sqlite |
| [Vertica][31] | >= 0.6 | https://ddtrace.readthedocs.io/en/stable/db_integrations.html#vertica |
| [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 | Library Documentation |
| ----------------- | ----------------- | ------------------------------------------------------------------------ |
| [asyncio][32] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/async_integrations.html#asyncio |
| [gevent][33] | >= 1.0 | https://ddtrace.readthedocs.io/en/stable/async_integrations.html#gevent |
| [aiobotocore][34] | >= 0.2.3 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#aiobotocore |
| [Boto2][34] | >= 2.29.0 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#boto2 |
| [Botocore][34] | >= 1.4.51 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#botocore |
| [Celery][35] | >= 4.0.2 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#celery |
| [Futures][36] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#futures |
| [Grpc][37] | >= 1.8.0 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#grpc |
| [httplib][38] | Fully Supported | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#httplib |
| [Jinja2][39] | >= 2.7 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#jinja2 |
| [Kombu][40] | >= 4.0 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#kombu |
| [Mako][41] | >= 0.1.0 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#mako |
| [Requests][42] | >= 2.08 | https://ddtrace.readthedocs.io/en/stable/other_integrations.html#requests |
| [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