Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit a948781

Browse files

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc-source/xray-sdk-python.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Next, use the X\-Ray SDK for Python to instrument downstream calls by [patching
3030
+ `[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\.
3131
+ `[sqlite3](https://docs.python.org/3/library/sqlite3.html)` – Instrument SQLite clients\.
3232
+ `[mysql\-connector\-python](https://pypi.python.org/pypi/mysql-connector-python)` – Instrument MySQL clients\.
33+
+ `[pymysql](https://pypi.org/project/PyMySQL/)` - Instrument PyMySQL based clients for MySQL & MariaDB\.
3334

3435
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\.
3536

@@ -74,4 +75,4 @@ botocore==1.5.55
7475
Django==1.11.3
7576
```
7677

77-
If you use Elastic Beanstalk to deploy your application, Elastic Beanstalk installs all of the packages in `requirements.txt` automatically\.
78+
If you use Elastic Beanstalk to deploy your application, Elastic Beanstalk installs all of the packages in `requirements.txt` automatically\.

0 commit comments

Comments
 (0)