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

Provide excluded_urls argument to Flask instrumentation #604

Merged
merged 8 commits into from
Jul 29, 2021

Commits on Jul 22, 2021

  1. Provide excluded_urls argument to Flask instrumentation

    The FastAPI instrumentation accepts an 'explicit_urls' argument on
    initialization. This commit translates that concept to the Flask
    instrumentation.
    mattoberle committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    bcbd21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab3d177 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    417a046 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    mattoberle and lzchen committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    0e62052 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    b3aa6bd View commit details
    Browse the repository at this point in the history
  2. Pass excluded_urls to Flask auto-instrumentation

    The Flask instrumentation can be applied on two levels:
    
    * The `module` level (auto-instrumentation), which patches the `Flask` class.
    * The `app` level, which patches a `Flask` instance.
    
    This commit applies a few missing `excluded_urls` keyword arguments to
    ensure the auto-instrumentation provides the same configurability as the
    app-level instrumentation.
    mattoberle committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5996b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a236b46 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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