Open shs1494 opened 1 year ago
Is the mysql jdbc driver compatible with AWS Aurora MySQL? If compatible, tracing is possible with pinpoint-mysql-plugin.
@emeroad
Thank you for your reply.
Although AWS Aurora MySQL is compatible with the mysql jdbc driver, We are currently using the software.aws.rds:aws-mysql-jdbc driver for AWS Aurora MySQL.
Is there a way to use software.aws.rds:aws-mysql-jdbc driver without changing the jdbc driver?
As shown below, the Connection is captured, but the sub-contents below it are not displayed.
AWS Aurora MySQL is not currently supported, and a plugin is required to trace for AWS Aurora MySQL.
https://pinpoint-apm.gitbook.io/pinpoint/documents/plugin-dev-guide The development guide is as above. Plugin contributions are always welcome.
Hello,
Do you have the plan of supporting AWS Aurora MySQL(software.aws.rds:aws-mysql-jdbc)?