ppalaga commented on a change in pull request #283: Document health, metrics & OpenTracing extensions URL: https://github.com/apache/camel-quarkus/pull/283#discussion_r336494878
########## 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: Would the `antora/xref-validator` we run in this repo pass even if the health-check document is in another git repository? ---------------------------------------------------------------- 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