Skip to content

Unable to measure TAT of mysql-connector #4558

Open
@bit12345tib

Description

@bit12345tib

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..)

Image

Expected Result

It is possible to accurately measure the TAT of mysql-connector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions