ppalaga commented on a change in pull request #283: Document health, metrics &
OpenTracing extensions
URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336418818
##########
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:
@zregvart Is this the preferred way to link documents from other Camel
guides? I know there is `xref:` - is that one not better for some reason?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services