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

ext/opentracing-shim: implement inject and extract #256

Commits on Oct 30, 2019

  1. ext/opentracing-shim: implement inject and extract

    This commit implements inject() and extract() support for TEXT_MAP and
    HTTP_HEADERS formats by using the configured OpenTelemetry propagators.
    
    The support for binary propagators is not completed on opentelemetry-python
     so this commit does not include for such format.
    mauriciovasquezbernal committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    244a4f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. separate tests cases

    Handle different formats in different test cases.
    mauriciovasquezbernal committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    30de890 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Update ext/opentelemetry-ext-opentracing-shim/src/opentelemetry/ext/o…

    …pentracing_shim/__init__.py
    
    Co-Authored-By: Christian Neumüller <christian+github@neumueller.me>
    mauriciovasquezbernal and Oberon00 authored Nov 8, 2019
    Configuration menu
    Copy the full SHA
    67e45cd View commit details
    Browse the repository at this point in the history
  2. fix lint

    mauriciovasquezbernal committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    c260d27 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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