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 698779541a1 Regen 698779541a1 is described below commit 698779541a1fde8c95cab3a63f83b2015969c256 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Mar 27 11:23:00 2023 +0200 Regen --- bom/camel-bom/pom.xml | 5 +++++ .../resources/org/apache/camel/catalog/others.properties | 1 + .../org/apache/camel/catalog/others/observation.json | 15 +++++++++++++++ .../modules/others/examples/json/observation.json | 1 + docs/components/modules/others/nav.adoc | 1 + docs/components/modules/others/pages/observation.adoc | 1 + 6 files changed, 24 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 6be233b8cdd..e8d98c70c89 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -1417,6 +1417,11 @@ <artifactId>camel-oaipmh</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-observation</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ognl</artifactId> diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index 1b55e098314..ae3a8d69eeb 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -30,6 +30,7 @@ management microprofile-config microprofile-fault-tolerance microprofile-health +observation openapi-java opentelemetry platform-http-vertx diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json new file mode 100644 index 00000000000..617c15ed534 --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/observation.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "observation", + "title": "Micrometer Observability", + "description": "Observability using Micrometer Observation", + "deprecated": false, + "firstVersion": "3.21.0", + "label": "monitoring,microservice", + "supportLevel": "Stable", + "groupId": "org.apache.camel", + "artifactId": "camel-observation", + "version": "4.0.0-SNAPSHOT" + } +} diff --git a/docs/components/modules/others/examples/json/observation.json b/docs/components/modules/others/examples/json/observation.json new file mode 120000 index 00000000000..c68d4ab8072 --- /dev/null +++ b/docs/components/modules/others/examples/json/observation.json @@ -0,0 +1 @@ +../../../../../../components/camel-observation/src/generated/resources/observation.json \ No newline at end of file diff --git a/docs/components/modules/others/nav.adoc b/docs/components/modules/others/nav.adoc index bbb31b59c75..6f03eacacad 100644 --- a/docs/components/modules/others/nav.adoc +++ b/docs/components/modules/others/nav.adoc @@ -30,6 +30,7 @@ ** xref:lra.adoc[LRA] ** xref:mail-microsoft-oauth.adoc[Mail Microsoft Oauth] ** xref:main.adoc[Main] +** xref:observation.adoc[Micrometer Observability] ** xref:microprofile-config.adoc[Microprofile Config] ** xref:microprofile-fault-tolerance.adoc[Microprofile Fault Tolerance] ** xref:microprofile-health.adoc[Microprofile Health] diff --git a/docs/components/modules/others/pages/observation.adoc b/docs/components/modules/others/pages/observation.adoc new file mode 120000 index 00000000000..ba78c4f085c --- /dev/null +++ b/docs/components/modules/others/pages/observation.adoc @@ -0,0 +1 @@ +../../../../../components/camel-observation/src/main/docs/observation.adoc \ No newline at end of file