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

Add support for B3Multi headers propagation #103

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2022

  1. Add support for B3Multi headers propagation

    Some services expect [B3 Multi][1] headers as input information.
    To support that we need to be able to Inject them into upstream requests. Lowercase headers used to be [compatible][2] with Istio Envoy.
    
    Tests will be added as a separate commit later on.
    
    Solving open-telemetry#36
    
    [1]: https://github.com/openzipkin/b3-propagation#multiple-headers
    [2]: open-telemetry/opentelemetry-go#765
    kuzaxak committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    1c339b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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