Skip to content

Commit

Permalink
Update observability guide to reference OpenTelemetry instead of Open…
Browse files Browse the repository at this point in the history
…Tracing
  • Loading branch information
jamesnetherton committed Aug 10, 2022
1 parent cdb8032 commit 825073e
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 825073e

Please sign in to comment.