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

Add urllib3 instrumentation #299

Merged
merged 10 commits into from
Mar 31, 2021

Commits on Jan 27, 2021

  1. Add urllib3 instrumentation

    * use HTTPConnectionPool.urlopen as instrumentation point as it
      allows to instrument requests made with urllib3's PoolManager,
      HTTPConnectionPool and HTTPSConnectionPool
    * use common suppression context variable 'suppress-httpinstrumentation'
      to avoid double tracing with requests instrumentation
    * add missing install command for urllib instrumentation when linting
      with tox
    mariojonke committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    dcd7806 View commit details
    Browse the repository at this point in the history
  2. update changelog

    mariojonke committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9d507a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    57378b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e0ed2b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

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

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    9cf0912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    595b2aa View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    634ebe4 View commit details
    Browse the repository at this point in the history
  2. adapt to 1.0 release

    mariojonke committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    575ef52 View commit details
    Browse the repository at this point in the history