zregvart commented on a change in pull request #283: Document health, metrics & 
OpenTracing extensions
URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336470882
 
 

 ##########
 File path: docs/modules/ROOT/pages/extensions/microprofile-health.adoc
 ##########
 @@ -0,0 +1,58 @@
+[[microprofile-health]]
+= MicroProfile Health Extension
+
+*Available as of Camel Quarkus version 0.21*
+
+The MicroProfile Health extension bridges the Camel health check API with 
MicroProfile Metrics & SmallRye Health.
+
+Maven users will need to add the following dependency to their `pom.xml` for 
this extension.
+
+[source,xml]
+------------------------------------------------------------
+<dependency>
+    <groupId>org.apache.camel.quarkus</groupId>
+    <artifactId>camel-quarkus-microprofile-health</artifactId>
+    <version>${camel-quarkus.version}</version>
+</dependency>
+------------------------------------------------------------
+
+== Usage
+
+You can register health checks for your applications with the 
https://camel.apache.org/manual/latest/health-check.html[Camel health check 
API].
 
 Review comment:
   `xref` would be preferred, with `xref` there's the option of pointing to a 
specific version of the document and it's not tied to the URL structure of the 
website.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to