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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add baggage header to RestTemplate #2206

Merged
merged 3 commits into from Aug 16, 2022

Conversation

adinauer
Copy link
Member

@adinauer adinauer commented Aug 5, 2022

馃摐 Description

Add baggage header to outgoing RestTemplate calls.

馃挕 Motivation and Context

To support Dynamic Sampling for outgoing requests using RestTemplate

See #2205

馃挌 How did you test it?

Unit Test

馃摑 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • No breaking changes

馃敭 Next steps

@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2022

Codecov Report

Merging #2206 (b262c15) into main (7dd32c0) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main    #2206      +/-   ##
============================================
- Coverage     80.65%   80.63%   -0.02%     
  Complexity     3355     3355              
============================================
  Files           240      240              
  Lines         12324    12327       +3     
  Branches       1633     1634       +1     
============================================
  Hits           9940     9940              
- Misses         1778     1781       +3     
  Partials        606      606              
Impacted Files Coverage 螖
...racing/SentrySpanClientHttpRequestInterceptor.java 0.00% <0.00%> (酶)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@lbloder lbloder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adinauer adinauer merged commit bf18c0d into main Aug 16, 2022
@adinauer adinauer deleted the feat/baggage-support-spring-rest-template branch August 16, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants