From ae5393898f1718d43a5579903a91faab525984d9 Mon Sep 17 00:00:00 2001 From: David Birks Date: Mon, 6 Nov 2023 14:31:32 -0500 Subject: [PATCH] Small asciidoc formatting fixes --- docs/src/main/asciidoc/datasource.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/datasource.adoc b/docs/src/main/asciidoc/datasource.adoc index 452de35ed75e4..5c427dc8c425e 100644 --- a/docs/src/main/asciidoc/datasource.adoc +++ b/docs/src/main/asciidoc/datasource.adoc @@ -412,7 +412,7 @@ AgroalDataSource inventoryDataSource; If you use the link:https://quarkus.io/extensions/io.quarkus/quarkus-smallrye-health[`quarkus-smallrye-health`] extension, the `quarkus-agroal` and reactive client extensions automatically add a readiness health check to validate the datasource. When you access your application’s health readiness endpoint, `/q/health/ready` by default, you receive information about the datasource validation status. -If you have multiple datasources, all datasources are checked, and if a single datasource validation failure occurs, the status changes to`DOWN`. +If you have multiple datasources, all datasources are checked, and if a single datasource validation failure occurs, the status changes to `DOWN`. This behavior can be disabled by using the `quarkus.datasource.health.enabled` property. @@ -420,7 +420,7 @@ To exclude only a particular datasource from the health check, use: [source,properties] ---- - `quarkus.datasource."datasource-name".health-exclude=true` +quarkus.datasource."datasource-name".health-exclude=true ---- === Datasource metrics