This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch release/1.3.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/release/1.3.0 by this push: new 554ea8f chore: replace absolute links with xref (2) 554ea8f is described below commit 554ea8fdcf7854fca179f4d60a04ce01f1a952ef Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Nov 4 19:56:58 2020 +0100 chore: replace absolute links with xref (2) One more change in microprofile-metrics --- .../ROOT/pages/reference/extensions/microprofile-metrics.adoc | 4 ++-- extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc b/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc index 4b62e22..595ec4c 100644 --- a/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc @@ -35,7 +35,7 @@ Check the xref:user-guide/index.adoc[User guide] for more information about writ == Usage -The https://camel.apache.org/components/latest/microprofile-metrics-component.html[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include: +The xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include: === Camel Context metrics @@ -150,7 +150,7 @@ The total number of all failures handled for the route All metrics are tagged with the name of the Camel Context and the id of the route where applicable. -You can also produce your own customized metrics in your Camel routes. For more information, refer to the https://camel.apache.org/components/latest/microprofile-metrics-component.html[microprofile-metrics] component documentation. +You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component documentation. Metrics are exposed to Quarkus as application metrics and they can be browsed at http://localhost:8080/metrics/application. diff --git a/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc b/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc index b3f834f..acd6a8e 100644 --- a/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc +++ b/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc @@ -1,4 +1,4 @@ -The https://camel.apache.org/components/latest/microprofile-metrics-component.html[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include: +The xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include: === Camel Context metrics @@ -113,6 +113,6 @@ The total number of all failures handled for the route All metrics are tagged with the name of the Camel Context and the id of the route where applicable. -You can also produce your own customized metrics in your Camel routes. For more information, refer to the https://camel.apache.org/components/latest/microprofile-metrics-component.html[microprofile-metrics] component documentation. +You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component documentation. -Metrics are exposed to Quarkus as application metrics and they can be browsed at http://localhost:8080/metrics/application. \ No newline at end of file +Metrics are exposed to Quarkus as application metrics and they can be browsed at http://localhost:8080/metrics/application.