You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/18 10:22:57 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #283: Document health, metrics & OpenTracing extensions

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

 ##########
 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>
 
 Review comment:
   Yeah, I did ponder whether to bother including the version. I'm happy to remove it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services