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

sync #5

Merged
merged 81 commits into from
Aug 17, 2020
Merged

sync #5

merged 81 commits into from
Aug 17, 2020

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    1238fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e20f74 View commit details
    Browse the repository at this point in the history
  3. add gco agent span label (#833)

    Andrew Xue authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b2c0d53 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    3c9f99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d35e626 View commit details
    Browse the repository at this point in the history
  3. add changelog for cloud exporters (#849)

    Andrew Xue authored Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8be986c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

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

Commits on Jun 26, 2020

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

Commits on Jun 29, 2020

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

Commits on Jun 30, 2020

  1. mysql: Fix auto instrumentation entry point (#858)

    entry point for the mysql instrumentation pointed to pymysql instrumentation which caused loading of the instrumentation to fail since it does not exist.
    
    Co-authored-by: alrex <aboten@lightstep.com>
    Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
    3 people authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0c102a1 View commit details
    Browse the repository at this point in the history
  2. chore: use token for test package upload

    alrex authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d20ae9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b56fe2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170c2c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

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

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    6ea3f23 View commit details
    Browse the repository at this point in the history
  2. chore: Making eachdist release catch more deps (#867)

    In the last release, eachdist missed updating dependencies
    on ext-datadog, which has a slightly different, but valid,
    way of specifying the version (omitting some spaces).
    
    Making the eachdist regex more lenient to catch other valid
    version specifications.
    
    Also modifying the ext-datadog dependency specification to
    match the format of all the others.
    
    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    toumorokoshi and lzchen authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    2a9c3ac View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Strip letters (#877)

    Andrew Xue authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    112bade View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

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

Commits on Jul 6, 2020

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

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    c0a5be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e125a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34698ff View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Update instrumentors to use span processors (#852)

    Fixes #832. By having tracer creation occur on demand, late tracer provider configuration will be honored. 
    
    This resolves issues with instrumentation occurring before tracer providers are set by the application developer, which would result in the no-op tracer used for the lifetime of the instrumentation.
    
    Co-authored-by: alrex <aboten@lightstep.com>
    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
    4 people authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    09df35c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Update resources tests (#893)

    Andrew Xue authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8cbd9d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61edbfa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    e0f1410 View commit details
    Browse the repository at this point in the history
  2. fix typo in BatchExportSpanProcessor value error (#897)

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
    3 people authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b085f37 View commit details
    Browse the repository at this point in the history
  3. ext/jaeger: Fixing the serialization of a tuple element by coercing i…

    …t into a string (#865)
    
    Could not serialize attribute aws.region to tag when exporting via jaeger
    Serialize tuple type values by coercing them into a string, since Jaeger does not
    support tuple types.
    bitspradp authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    e31c4bb View commit details
    Browse the repository at this point in the history
  4. step down toumorokoshi to approver (#901)

    As discussed in the SIG, toumorokoshi is stepping down
    as a maintainer.
    
    Co-authored-by: alrex <aboten@lightstep.com>
    toumorokoshi and alrex authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7c987d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    675334b View commit details
    Browse the repository at this point in the history
  6. chore: migrate to circleci (#828)

    alrex authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    1dde6ff View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    5cb01d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545068d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. fastapi instrumentation (#890)

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    toumorokoshi and lzchen authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7bec76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d82b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a952b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    ee9d28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd9225 View commit details
    Browse the repository at this point in the history
  3. remove google exporter files (#918)

    Andrew Xue authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    23e577e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. one more inconsistent test to skip (#919)

    alrex authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    a818cc6 View commit details
    Browse the repository at this point in the history
  2. chore: finish migrating to circleci (#920)

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    alrex and lzchen authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    ce5cb96 View commit details
    Browse the repository at this point in the history
  3. chore: updating circle ci to add tracecontext and mypy jobs (#921)

    * chore: updating circle ci to add tracecontext and mypy jobs
    alrex authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    69740b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 22, 2020

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

Commits on Jul 24, 2020

  1. ext/aiopg: Add instrumentation for aiopg (#801)

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    Co-authored-by: Alex Boten <aboten@lightstep.com>
    3 people authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f2c6c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935280c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    004896f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. meta: adding aabmass as approver (#941)

    once approved the PR, aabmass will be added to the approvers team
    alrex authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    4a922d6 View commit details
    Browse the repository at this point in the history
  2. Drop mauriciovasquezbernal from approvers (#948)

    I haven't contributed to the project in a while and I don't expect to start
    contributing again. This commit removes myself as an approver of the project.
    mauriciovasquezbernal authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    090fb7c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. ext/asyncpg: Shouldn't capture query parameters by default (#854)

    * Update CHANGELOG.md
    Co-authored-by: alrex <aboten@lightstep.com>
    thomasdesr authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    7f74a89 View commit details
    Browse the repository at this point in the history
  2. chore: create pull_request_template.md (#952)

    alrex authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8bc7786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f682cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    158d6c9 View commit details
    Browse the repository at this point in the history
  5. bumping version to 0.12.dev0

    Alex Boten committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d67ad7b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into v0.11b0-update

    alrex authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e082bd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. chore: merging release branch updates

    alrex authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    35fdac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec050b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc58032 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    8c4fca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1112792 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    242d5a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d0cdf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    6e34dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3143a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57ca703 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    eb8b1ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9558900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81025e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e70088 View commit details
    Browse the repository at this point in the history
  5. opentracing-shim: Return consistent ScopeShim objects (#922)

    This uses the OpenTelemetry context management mechanism to store a
    ScopeShim object in order to make active return the same object as the
    one returned by start_active_span.
    ocelotl authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8b1da35 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    590c32c View commit details
    Browse the repository at this point in the history
  2. Stop TracerProvider from being overridden (#959)

    Co-authored-by: Leighton Chen <lechen@microsoft.com>
    ocelotl and lzchen authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    85a2f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42c5f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

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

Commits on Aug 12, 2020

  1. Renaming OTEL_RESOURCE env var (#973)

    alrex authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    76b1ed0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    cffc016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efe854 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    e8f7b6f View commit details
    Browse the repository at this point in the history
  2. instrumentation/opentracing-shim: Preserve parent-child relationship …

    …between OpenTelemetry and OpenTracing spans (#924)
    ocelotl authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3341a8e View commit details
    Browse the repository at this point in the history
  3. Revisit OpenTracing Shim docs (#925)

    Co-authored-by: Yusuke Tsutsumi <tsutsumi.yusuke@gmail.com>
    ocelotl and toumorokoshi authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    2bc7d35 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

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