This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit d465d6562e86708760be1a2d77728f414f24bf6b Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jun 28 14:22:05 2021 +0200 Quarkus docs alignment --- docs/modules/ROOT/pages/observability/integration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/observability/integration.adoc b/docs/modules/ROOT/pages/observability/integration.adoc index 4f5ce6a..dd71427 100644 --- a/docs/modules/ROOT/pages/observability/integration.adoc +++ b/docs/modules/ROOT/pages/observability/integration.adoc @@ -37,13 +37,13 @@ spec: ---- <1> Actives the Prometheus trait at the platform level -The xref:latest@camel-quarkus::reference/extensions/microprofile-metrics.adoc[Camel Quarkus MicroProfile Metrics extension] is responsible for collecting and exposing metrics in the https://github.com/OpenObservability/OpenMetrics[OpenMetrics] text format. +The xref:2.0.0@camel-quarkus::reference/extensions/microprofile-metrics.adoc[Camel Quarkus MicroProfile Metrics extension] is responsible for collecting and exposing metrics in the https://github.com/OpenObservability/OpenMetrics[OpenMetrics] text format. The MicroProfile Metrics extension registers and exposes the following metrics out-of-the-box: * https://github.com/eclipse/microprofile-metrics/blob/master/spec/src/main/asciidoc/required-metrics.adoc#required-metrics[JVM and operating system related metrics] -* xref:latest@camel-quarkus::reference/extensions/microprofile-metrics.adoc#_camel_route_metrics[Camel specific metrics] +* xref:2.0.0@camel-quarkus::reference/extensions/microprofile-metrics.adoc#_camel_route_metrics[Camel specific metrics] It is possible to extend this set of metrics by using either, or both:
