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

opentelemetry-instrumentation: add unwrapping from dotted paths strings #2919

Merged
merged 8 commits into from
Oct 24, 2024

Commits on Oct 21, 2024

  1. opentelemetry-instrumentation: add unwrapping from dotted paths strings

    Make it possible to express object to unwrap as dotted module paths
    strings. This helps in avoiding side effects or race conditions with
    other instrumentations if we do importing too early.
    
    While at it add tests also for current functionality.
    xrmx committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9f9f012 View commit details
    Browse the repository at this point in the history
  2. Add changelog

    xrmx committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eb05bc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7669da View commit details
    Browse the repository at this point in the history
  4. Oops

    xrmx committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1e45be1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Add typing for first argument

    xrmx committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    50a59a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a83688 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    7a76656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ef197 View commit details
    Browse the repository at this point in the history