diff --git a/doc-source/xray-sdk-python.md b/doc-source/xray-sdk-python.md index 486af2c..8a64009 100644 --- a/doc-source/xray-sdk-python.md +++ b/doc-source/xray-sdk-python.md @@ -30,6 +30,7 @@ Next, use the X\-Ray SDK for Python to instrument downstream calls by [patching + `[httplib](https://docs.python.org/2/library/httplib.html)`, [https://docs.python.org/3/library/http.client.html](https://docs.python.org/3/library/http.client.html) – Instrument low\-level HTTP clients and the higher level libraries that use them\. + `[sqlite3](https://docs.python.org/3/library/sqlite3.html)` – Instrument SQLite clients\. + `[mysql\-connector\-python](https://pypi.python.org/pypi/mysql-connector-python)` – Instrument MySQL clients\. ++ `[pymysql](https://pypi.org/project/PyMySQL/)` - Instrument PyMySQL based clients for MySQL & MariaDB\. Whenever your application makes calls to AWS, an SQL database, or other HTTP services, the SDK records information about the call in a subsegment\. AWS services and the resources that you access within the services appear as downstream nodes on the service map to help you identify errors and throttling issues on individual connections\. @@ -74,4 +75,4 @@ botocore==1.5.55 Django==1.11.3 ``` -If you use Elastic Beanstalk to deploy your application, Elastic Beanstalk installs all of the packages in `requirements.txt` automatically\. \ No newline at end of file +If you use Elastic Beanstalk to deploy your application, Elastic Beanstalk installs all of the packages in `requirements.txt` automatically\.