-
Notifications
You must be signed in to change notification settings - Fork 227
added instrumentation for mysql-connector and pymysql #603
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
Conversation
mysql-connector uses `platform.linux_distribution()`, which was removed in Python 3.8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotta love dbapi2. Makes these so easy! :)
Very excited and in need of this one 👍 |
…ic#631) When the systemd cgroup driver is used, cgroup paths will have hyphens (e.g. in pod UIDs) escaped to underscores. When we're parsing cgroups, we must therefore unescape them. refs elastic/apm#165
looks like it's been fixed upstream!
@holdenrehg this has now been released in version 5.3.0 of the agent. Would love to hear if it works for you! |
Awesome. I'll give it a test this week and let you know! |
@beniwohli works just as expected for me now after bumping up to the latest version ( For context, I'm using Flask and "SQLALCHEMY_DATABASE_URI": "mysql+mysqlconnector://{username}:{password}@{host}:{port}/{database}" |
No description provided.