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