You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/08/10 07:36:39 UTC

[camel-quarkus] branch main updated: Update observability guide to reference OpenTelemetry instead of OpenTracing

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 825073efad Update observability guide to reference OpenTelemetry instead of OpenTracing
825073efad is described below

commit 825073efaddc921c47e49836db04cb6164fd2bbe
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Aug 10 08:14:19 2022 +0100

    Update observability guide to reference OpenTelemetry instead of OpenTracing
---
 docs/modules/ROOT/pages/user-guide/observability.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/ROOT/pages/user-guide/observability.adoc b/docs/modules/ROOT/pages/user-guide/observability.adoc
index 6ea4bdc388..d2d3e3c4eb 100644
--- a/docs/modules/ROOT/pages/user-guide/observability.adoc
+++ b/docs/modules/ROOT/pages/user-guide/observability.adoc
@@ -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: