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

contrib/gin-gonic/gin: Extract parent span info from HTTP Headers #279

Merged
merged 1 commit into from
Jul 25, 2018

Commits on Jul 25, 2018

  1. contrib/gin-gonic/gin: Extract parent span info from HTTP Headers

    Use propagation features to try to get some span context in the incoming
    request headers.
    
    If the headers are not set, the comportment is the same as before
    
    If a span is already present in the request's context, it will be
    used primarily as the parent span.
    
    Fixes DataDog#280
    samsaggace committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    116fe53 View commit details
    Browse the repository at this point in the history