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

Update observability guide to reference OpenTelemetry instead of OpenTracing #3973

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/user-guide/observability.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Metrics are available on the standard Quarkus metrics endpoint:

== Tracing

xref:reference/extensions/opentracing.adoc[Camel Quarkus OpenTracing extension] integrates with the
https://quarkus.io/guides/opentracing[Quarkus OpenTracing extension]. All you need to do is set up the required
https://quarkus.io/guides/opentracing#create-the-configuration[configuration] properties and an `OpenTracingTracer`
xref:reference/extensions/opentelemetry.adoc[Camel Quarkus OpenTelemetry extension] integrates with the
https://quarkus.io/guides/opentelemetry[Quarkus OpenTelemetry extension]. All you need to do is set up the required
https://quarkus.io/guides/opentelemetry#create-the-configuration[configuration] properties and an `OpenTelemetryTracer`
will get automatically added to the registry for Camel to use.

There's an example project demonstrating the above features here:
Expand Down