-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add Guide for OpenTelemetry #17639
Add Guide for OpenTelemetry #17639
Conversation
Merge quarkusio/quarkus-quickstarts#872 when approved/merged |
|
||
include::./attributes.adoc[] | ||
|
||
This guide explains how your Quarkus application can utilize OpenTelemetry to provide distributed tracing for |
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.
Add an external link to the OT project.
|
||
== Run the application | ||
|
||
The first step is to start the tracing system to collect and display the captured traces: |
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.
Add that we will be use Jaeger for this and a link to Jaeger.
Left a couple of suggestions. Please check if they make sense. |
How's that @radcortez? |
Resolves #16093