diff --git a/docs/mp/guides/tracing.adoc b/docs/mp/guides/tracing.adoc index 6bcf8aee93a..97cd348ff75 100644 --- a/docs/mp/guides/tracing.adoc +++ b/docs/mp/guides/tracing.adoc @@ -38,7 +38,7 @@ include::{rootdir}/includes/prerequisites.adoc[tag=prerequisites] Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work, which helps you identify performance and operational issues. Helidon MP includes support for distributed tracing -through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer, +through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer and Security using either the https://zipkin.io[Zipkin] or https://www.jaegertracing.io[Jaeger] tracers. === Tracing Concepts diff --git a/docs/mp/tracing.adoc b/docs/mp/tracing.adoc index 30178dd9773..da07faa4c0a 100644 --- a/docs/mp/tracing.adoc +++ b/docs/mp/tracing.adoc @@ -45,7 +45,7 @@ The MP OpenTracing specification is no longer required by MicroProfile. This fea Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work, which helps you identify performance and operational issues. Helidon MP includes support for distributed tracing -through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer, +through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer and Security. include::{rootdir}/includes/dependencies.adoc[] diff --git a/docs/se/guides/tracing.adoc b/docs/se/guides/tracing.adoc index 2a8cf03852d..b9b6c29136a 100644 --- a/docs/se/guides/tracing.adoc +++ b/docs/se/guides/tracing.adoc @@ -39,7 +39,7 @@ include::{rootdir}/includes/prerequisites.adoc[tag=prerequisites] Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work, which helps you identify performance and operational issues. Helidon SE includes support for distributed tracing -through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer, +through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer and Security using either the https://zipkin.io[Zipkin] or https://www.jaegertracing.io[Jaeger] tracers. === Tracing Concepts diff --git a/docs/se/tracing.adoc b/docs/se/tracing.adoc index 820fa03e1b9..331f5d06c91 100644 --- a/docs/se/tracing.adoc +++ b/docs/se/tracing.adoc @@ -43,7 +43,7 @@ within a service and across multiple services. This provides insight to sequence which helps you identify performance and operational issues. Helidon includes support for distributed tracing through its own API, backed by either through the https://opentelemetry.io/docs/instrumentation/js/api/tracing/[OpenTelemetry API], or by -https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer, and Security. +https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer and Security. include::{rootdir}/includes/dependencies.adoc[]