Open
Description
Describe your environment
OS
- AmazonLinux (Lambda)
Python version
- Python 3.13
Package version
- mysql-connector 9.3.0
- pymysql 1.1.1
- opentelemetry-python 1.29.0
What happened?
To measure the TAT of database operations,
I installed Otel in Lambda Python with reference to the following.
I was able to measure the TAT of pymysql.
However, I can't properly measure the TAT of mysql-connector. (The TAT appears to be quite short..)
Expected Result
It is possible to accurately measure the TAT of mysql-connector.