Skip to content

Commit

Permalink
Merge pull request #30074 from bradh/patch-1
Browse files Browse the repository at this point in the history
Update smallrye-health.adoc
  • Loading branch information
gsmet authored Dec 27, 2022
2 parents 6f98eb1 + 225a5f9 commit 2f92298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/smallrye-health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ public class LivenessAsync implements AsyncHealthCheck {
Some extension may provide default health checks, including the extension will automatically register its health checks.

For example, `quarkus-agroal` that is used to manage Quarkus datasource(s) automatically register a readiness health check
that will validate each datasources: xref:datasource.adoc#datasource-health-check[Datasource Health Check].
that will validate each datasource: xref:datasource.adoc#datasource-health-check[Datasource Health Check].

You can disable extension health check via the property `quarkus.health.extensions.enabled` so none will be automatically registered.
You can disable extension health checks via the property `quarkus.health.extensions.enabled` so none will be automatically registered.

[[ui]]
== Health UI
Expand Down

0 comments on commit 2f92298

Please sign in to comment.