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-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new e8863e2 Polished examples e8863e2 is described below commit e8863e2f94624121151dd1378cb2b45ecf055f86 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 7 22:12:53 2022 +0200 Polished examples --- README.adoc | 2 +- health-checks/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e6af448..6a5710d 100644 --- a/README.adoc +++ b/README.adoc @@ -101,7 +101,7 @@ Number of Examples: 58 (0 deprecated) | link:apm-opentracing/README.adoc[OpenTracing APM] (apm-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing with ElastiCo APM -| link:health-checks/readme.adoc[Health Checks] (health-checks) | Management and Monitoring | +| link:health-checks/readme.adoc[Health Checks] (health-checks) | Management and Monitoring | An example how to use custom health-checks | link:metrics/README.adoc[Metrics] (metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite diff --git a/health-checks/pom.xml b/health-checks/pom.xml index 8bd9e47..ba65d81 100644 --- a/health-checks/pom.xml +++ b/health-checks/pom.xml @@ -29,6 +29,7 @@ <artifactId>camel-example-spring-boot-health-checks</artifactId> <name>Camel SB Examples :: Health Checks</name> + <description>An example how to use custom health-checks</description> <properties> <category>Management and Monitoring</category>