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

MSSQL R2DBC Instrumentation #828

Merged
merged 2 commits into from
Apr 26, 2022
Merged

MSSQL R2DBC Instrumentation #828

merged 2 commits into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. R2DBC MSSQL Instrumentation - Instrumentation to capture execute call…

    …s when using MSSQL via R2DBC.
    
    Instruments the SimpleMssqlStatement and ParametrizedMssqlStatement child classes 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
    Manual testing
    
    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 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7b2c2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4564d2a View commit details
    Browse the repository at this point in the history