You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/23 18:52:24 UTC

[camel-k] branch release-1.11.x updated: Remove xref to quarkus microprofile-metrics as it has been removed.

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

davsclaus pushed a commit to branch release-1.11.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.11.x by this push:
     new b716bc6a2 Remove xref to quarkus microprofile-metrics as it has been removed.
b716bc6a2 is described below

commit b716bc6a2a57bf8ff0292c63a1f293217c56aeb2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 23 18:40:35 2023 +0100

    Remove xref to quarkus microprofile-metrics as it has been removed.
---
 docs/modules/ROOT/pages/observability/monitoring/integration.adoc | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/observability/monitoring/integration.adoc b/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
index 64c9a7944..de1d1a110 100644
--- a/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
+++ b/docs/modules/ROOT/pages/observability/monitoring/integration.adoc
@@ -38,17 +38,15 @@ spec:
 ----
 <1> Actives the Prometheus trait at the platform level
 
-The xref: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 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:camel-quarkus::reference/extensions/microprofile-metrics.adoc#extensions-microprofile-metrics-usage-camel-route-metrics[Camel specific metrics]
-
 It is possible to extend this set of metrics by using either, or both:
 
-* The xref:components::microprofile-metrics-component.adoc[MicroProfile Metrics component]
+* The MicroProfile Metrics component
 
 * The https://github.com/eclipse/microprofile-metrics/blob/master/spec/src/main/asciidoc/app-programming-model.adoc#annotations[MicroProfile Metrics annotations], in external dependencies