Skip to content
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

R2DBC MariaDB Instrumentation #799

Merged
merged 11 commits into from
Mar 25, 2022
Merged

R2DBC MariaDB Instrumentation #799

merged 11 commits into from
Mar 25, 2022

Conversation

GDownes
Copy link
Contributor

@GDownes GDownes commented Mar 22, 2022

Overview
R2DBC MariaDB Instrumentation - Instrumentation to capture execute calls when using MariaDB via R2DBC.
Instruments the MariaDB MariaDBStatement child classes a R2DBC Statement interface implementation. Higher level R2DBC Statement interface doesn't provide enough information to instrument more generically.

Related Github Issue
#197

Testing
PR includes unit tests created to exercise instrumentation

Checks
[X] Are your contributions backwards compatible with relevant frameworks and APIs? New instrumentation
[X] Does your code contain any breaking changes? Please describe. No
[X] Does your code introduce any new dependencies? Please describe. Yes, new instrumentation dependencies in new project.

@GDownes GDownes marked this pull request as ready for review March 22, 2022 12:46
@kford-newrelic kford-newrelic added this to Triage in Java Engineering Board via automation Mar 23, 2022
@kford-newrelic kford-newrelic moved this from Triage to Needs Review in Java Engineering Board Mar 23, 2022
Copy link
Contributor

@twcrone twcrone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment. Can we run through this PR in the morning? I need to understand it a little better.

@twcrone twcrone merged commit e220ab5 into main Mar 25, 2022
Java Engineering Board automation moved this from Needs Review to Done Mar 25, 2022
@twcrone twcrone deleted the r2dbc-mariadb branch March 25, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants