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

Allow JDBC autoinstrumentation to use a custom OpenTelemetry instance to be more DI (e.g. Spring Boot) friendly #7697

Merged
merged 6 commits into from
Feb 8, 2023

Commits on Feb 2, 2023

  1. Allow custom (non-global) OpenTelemetry instance propagation

    Propagates a custom OpenTelemetry instance through the datasource, connection and statement(s) wrappers.
    The OpenTelemetryDriver uses an OpenTelemetry instance provided by the GlobalOpenTelemetry.get() static method.
    FranPregernik committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8d2c676 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    5d929ff View commit details
    Browse the repository at this point in the history
  2. Fix tests

    FranPregernik committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f15cb24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    167e94a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    14246ac View commit details
    Browse the repository at this point in the history
  2. Improve tests

    FranPregernik committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a58d142 View commit details
    Browse the repository at this point in the history