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

Added support for traceresponse headers #436

Merged
merged 1 commit into from
Apr 19, 2021

Commits on Apr 19, 2021

  1. Added opt-in support to return traceresponse headers for server instr…

    …umentations.
    
    This allows users to configure their web apps to inject trace context
    as headers in HTTP responses. This is useful when client side apps need
    to connect their spans with the server side spans e.g, in RUM products.
    
    Today the most practical way to do this is to use the Server-Timing
    header but in near future we might use the traceresponse header as
    described here: https://w3c.github.io/trace-context/#trace-context-http-response-headers-format
    
    Added trace response propagation support for:
    
        Django
        Falcon
        Flask
        Pyramid
        Tornado
    owais committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9a710fb View commit details
    Browse the repository at this point in the history