pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.42k stars 3.75k forks source link

Support for AWS Aurora MySQL #10447

Open shs1494 opened 1 year ago

shs1494 commented 1 year ago

Hello,

Do you have the plan of supporting AWS Aurora MySQL(software.aws.rds:aws-mysql-jdbc)?

emeroad commented 1 year ago

Is the mysql jdbc driver compatible with AWS Aurora MySQL? If compatible, tracing is possible with pinpoint-mysql-plugin.

shs1494 commented 12 months ago

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

E9A52CD1-6EAC-4824-B0BF-FD097B34CDA9 2D601D2A-4F75-41DB-B7BC-3FA82DA04CB3

emeroad commented 12 months ago

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.