-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Change B3 extraction format to single #36061
Change B3 extraction format to single #36061
Conversation
...java/org/springframework/boot/actuate/autoconfigure/tracing/CompositePropagationFactory.java
Show resolved
Hide resolved
@@ -86,6 +93,24 @@ void inject() { | |||
assertThat(request).containsOnly(entry("a", "a-value"), entry("b", "b-value")); | |||
} | |||
|
|||
@Test | |||
void thisIsATest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please name it based on what it does?
E.g.: shouldUseB3SingleWithParentWhenPropagationTypeIsB3
...org/springframework/boot/actuate/autoconfigure/tracing/CompositePropagationFactoryTests.java
Outdated
Show resolved
Hide resolved
...org/springframework/boot/actuate/autoconfigure/tracing/CompositePropagationFactoryTests.java
Outdated
Show resolved
Hide resolved
...org/springframework/boot/actuate/autoconfigure/tracing/CompositePropagationFactoryTests.java
Outdated
Show resolved
Hide resolved
I rebased your changes on |
I see, yes this looks good. That makes a lot of sense and clearly outlines the mistakes I made. Would you propose I close this PR down and continue with your changes or I rectify and fix my tests for this PR? |
I don't think there is a need for another PR, you can |
3464fd8
to
7df07d7
Compare
Should be all done now. @jonatan-ivanov Please check that all is aligned and as expected. I appreciate the help, I learned a lot with this PR :) |
Thank you all! |
Link to issue ticket: #35674
Change B3 propagation to B3Propagation.Format.SINGLE