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

Auto-instrumentation should exclude packages mentioned in OTEL_PYTHON_DISABLED_INSTRUMENTATIONS env variable #1461

Merged
merged 19 commits into from
Dec 16, 2020

Commits on Nov 27, 2020

  1. Merge pull request #1 from open-telemetry/master

    merging from opentelemetry/master
    dmarar authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    c8580b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge pull request #2 from open-telemetry/master

    merging from upstream/master
    dmarar authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    18f3375 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    8039aeb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Merge pull request #7 from open-telemetry/master

    merging from upstream master
    dmarar authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    715c08e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request #10 from open-telemetry/master

    merging from upstream master
    dmarar authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    579e13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78d34c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c8e320 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65915ee View commit details
    Browse the repository at this point in the history
  5. Fix to add an exclusion for auto-instrumentation

    The auto-instrumentation will check for exclusion list and will auto-instrument packages not in the exclusion list.
    dmarar committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    62e43e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Added changelog.md entry

    import rearrangements
    dmarar committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    eb6dd24 View commit details
    Browse the repository at this point in the history
  2. fixing lint errors

    dmarar committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    746542a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    c5df5dc View commit details
    Browse the repository at this point in the history
  2. Changes as per review comments

    Modified the README.rst to add this detail.
    dmarar committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    d3868ae View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    a59a217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e734be View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge branch 'master' of https://github.com/open-telemetry/openteleme…

    …try-python
    
    add changes related to reading the env variable OTEL_PYTHON_DISABLED_INSTRUMENTATIONS into _load_instrumentors method
    dmarar committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    a75f2da View commit details
    Browse the repository at this point in the history
  2. removed some debugging lines

    dmarar committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    3bf411e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    fd2fee5 View commit details
    Browse the repository at this point in the history
  2. Update opentelemetry-instrumentation/src/opentelemetry/instrumentatio…

    …n/auto_instrumentation/sitecustomize.py
    
    Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
    dmarar and ocelotl authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d1072cd View commit details
    Browse the repository at this point in the history