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/wsgi: use current span when extracting fails #226

Commits on Oct 19, 2019

  1. ext/wsgi: use current span when extracting fails

    If propagator.extract() returns INVALID_SPAN it means that the http headers
    do not contain valid trace information, in this case use the current span as
    parent.
    
    Before this change INVALID_SPAN was being passed to create_span then all the
    traces were generated with trace_id = 0x0.
    mauriciovasquezbernal committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    a7ced1b View commit details
    Browse the repository at this point in the history