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 Postgres Instrumentation #810

Merged
merged 3 commits into from
Apr 13, 2022
Merged

R2DBC Postgres Instrumentation #810

merged 3 commits into from
Apr 13, 2022

Conversation

GDownes
Copy link
Contributor

@GDownes GDownes commented Apr 4, 2022

Overview
R2DBC Postgres Instrumentation - Instrumentation to capture execute calls when using Postgres via R2DBC.
Instruments the Postgres PostgresqlStatement child class of the 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.

Add instrumentation to track query execution for Postgres when using R2DBC Postgres driver.
Add unit tests to verify Postgres R2DBC instrumentation.
@meiao meiao self-requested a review April 11, 2022 19:12
@meiao meiao self-assigned this Apr 12, 2022
@meiao meiao merged commit d362f48 into main Apr 13, 2022
@meiao meiao deleted the r2dbc-postgresql branch April 13, 2022 22:50
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.

3 participants