This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 85e3eea Fixup 4153eaca Docs: Observability 85e3eea is described below commit 85e3eea19219886eda042a99f9bcacb2be1c65ef Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Tue Aug 25 06:43:18 2020 +0200 Fixup 4153eaca Docs: Observability --- 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 ed24eba..b4a7f7d 100644 --- a/docs/modules/ROOT/pages/user-guide/observability.adoc +++ b/docs/modules/ROOT/pages/user-guide/observability.adoc @@ -3,7 +3,7 @@ == Health & liveness checks Health & liveness checks are supported via the -xref:reference/extensions/microprofile-health.html[MicroProfile Health] extension. They can be configured via the +xref:reference/extensions/microprofile-health.adoc[MicroProfile Health] extension. They can be configured via the https://camel.apache.org/manual/latest/health-check.html[Camel Health] API or via https://quarkus.io/guides/microprofile-health[Quarkus MicroProfile Health]. @@ -17,7 +17,7 @@ There's an example project which demonstrates health checks: https://github.com/ == Metrics -We provide the xref:reference/extensions/microprofile-metrics.html[MicroProfile Metrics] extension which integrates with +We provide the xref:reference/extensions/microprofile-metrics.adoc[MicroProfile Metrics] extension which integrates with https://quarkus.io/guides/microprofile-metrics[Quarkus MicroProfile Metrics] under the hood. Some basic Camel metrics are provided for you out of the box, and these can be supplemented by configuring additional metrics in your routes. @@ -27,7 +27,7 @@ Metrics are available on the standard MicroProfile metrics endpoint: == Tracing -xref:reference/extensions/opentracing.html[Camel Quarkus OpenTracing extension] integrates with the +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` will get automatically added to the registry for Camel to use.