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 H2 Instrumentation #724

Merged
merged 6 commits into from
Mar 1, 2022
Merged

R2DBC H2 Instrumentation #724

merged 6 commits into from
Mar 1, 2022

Conversation

GDownes
Copy link
Contributor

@GDownes GDownes commented Feb 25, 2022

Overview

R2DBC H2 Instrumentation - Instrumentation to capture execute calls when using H2 via R2DBC.
Instruments the H2 H2Statement class 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.

@twcrone twcrone requested a review from richard-gibson March 1, 2022 14:39
@twcrone twcrone merged commit 4c2e8da into main Mar 1, 2022
@twcrone twcrone deleted the r2dbc-h2 branch March 1, 2022 20:24
@kford-newrelic kford-newrelic linked an issue Mar 1, 2022 that may be closed by this pull request
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.

Spring Data R2DBC instrumentation - H2 Driver
4 participants