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

[3.x] - Make Zipkin baggage aware #7004

Merged
merged 2 commits into from
Jun 21, 2023

Conversation

dalexandrov
Copy link
Contributor

Resolves #6997

@dalexandrov dalexandrov added tracing 3.x Issues for 3.x version branch labels Jun 15, 2023
@dalexandrov dalexandrov requested a review from tomas-langer June 15, 2023 14:56
@dalexandrov dalexandrov self-assigned this Jun 15, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 15, 2023
@dalexandrov dalexandrov marked this pull request as draft June 15, 2023 14:56
@dalexandrov dalexandrov marked this pull request as ready for review June 19, 2023 06:49
public static final String VALUE = "1";

@BeforeAll
static void startTheServer() {
Copy link
Member

Choose a reason for hiding this comment

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

wrong method name
also you do not need to do this in a before all, when you have a single test method.
Even if you do, do not register the tracer as global, as that may conflict with other tests. It is better to create a tracer and store it in a field (or just local variable within a test).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed

Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
@dalexandrov dalexandrov requested a review from tomas-langer June 20, 2023 13:39
@dalexandrov dalexandrov merged commit b2f265b into helidon-io:helidon-3.x Jun 21, 2023
@dalexandrov dalexandrov deleted the 6997_zipkin_baggage branch June 21, 2023 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x Issues for 3.x version branch OCA Verified All contributors have signed the Oracle Contributor Agreement. tracing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable correct baggage propagation when using Zipkin
2 participants