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

4.x Realign SE tracing guide to code #8193

Merged
merged 2 commits into from Jan 5, 2024

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Jan 4, 2024

Description

Resolves #8154

The guide text, especially the coding examples, and the programming model had diverged significantly in 4.x.

This PR does a few things:

  • Brings the SE tracing guide in step with how the code needs to be in 4.x
  • Removes the use of JAX-RS clients in favor of the Helidon WebClient (for the example that has one service invoking another).
  • Updates the screen capture images to reflect changes in how the spans appear in the Jaeger UI

Documentation

This is a doc PR.

@tjquinno tjquinno self-assigned this Jan 4, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 4, 2024
Signed-off-by: Tim Quinn <tim.quinn@oracle.com>
@tjquinno tjquinno merged commit 69748a2 into helidon-io:main Jan 5, 2024
12 checks passed
@tjquinno tjquinno deleted the 4.x-tracing-se-doc branch January 5, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x Revise tracing guide and doc page to align with code changes
2 participants