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

fix: correlation-context header #1579

Merged
merged 3 commits into from
Oct 9, 2020
Merged

fix: correlation-context header #1579

merged 3 commits into from
Oct 9, 2020

Conversation

Asafb26
Copy link
Contributor

@Asafb26 Asafb26 commented Oct 7, 2020

Which problem is this PR solving?

Short description of the changes

The specs changed and removed the custom header name definition (see open-telemetry/opentelemetry-specification#993)
The w3 definition of the correlations key is now Baggage (https://w3c.github.io/baggage/#header-name)
This PR changed the name of the header only, we need to change also the CorrelationContext definitions to Baggage

@codecov
Copy link

codecov bot commented Oct 7, 2020

Codecov Report

Merging #1579 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1579   +/-   ##
=======================================
  Coverage   92.99%   92.99%           
=======================================
  Files         158      158           
  Lines        4911     4911           
  Branches      992      992           
=======================================
  Hits         4567     4567           
  Misses        344      344           
Impacted Files Coverage Δ
...tion-context/propagation/HttpCorrelationContext.ts 98.03% <100.00%> (ø)

@dyladan dyladan added the enhancement New feature or request label Oct 8, 2020
@obecny obecny merged commit 9f72a15 into open-telemetry:master Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

baggage as CORRELATION_CONTEXT_HEADER instead of otcorrelations
5 participants