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.git
The following commit(s) were added to refs/heads/main by this push:
new bb7b78abb8d CAMEL-18754: camel-micrometer - Add auto configuration for
capturing metrics.
bb7b78abb8d is described below
commit bb7b78abb8ddc176d4c54493d14d8dc017bb1be1
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Nov 27 10:19:53 2022 +0100
CAMEL-18754: camel-micrometer - Add auto configuration for capturing
metrics.
---
components/camel-micrometer/src/main/docs/micrometer-component.adoc | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
index bfe0d98cfd6..04fd78d6521 100644
--- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc
+++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc
@@ -530,10 +530,6 @@ and add a `JmxMeterRegistry` instance:
The `HierarchicalNameMapper` strategy determines how meter name and tags are
assembled into
an MBean name.
-== Examples
-
-You can find examples for Camel standalone and Spring Boot for how to set up
Micrometer monitoring with
-Camel and a Prometheus backend.
== Using Camel Micrometer with Spring Boot