This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch release-1.12.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.12.x by this push: new 8f70a8816 Remove xref to quarkus microprofile-metrics as it has been removed. 8f70a8816 is described below commit 8f70a8816b15a2ad1cf5dbb2d2461e1fcb5285b3 Author: Claus Ibsen <claus.ib...@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