Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-cpp-contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: open-telemetry/opentelemetry-cpp-contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3-multi
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

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 #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

Commits on Dec 2, 2024

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

Commits on Dec 4, 2024

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