Skip to content

Commit d3535ca

Browse files
committed
Merge pull request #20216 from hbellahc
* pr/20216: Document missing reference to DataSourceHealthIndicator Closes gh-20216
2 parents 1d60184 + d890f1f commit d3535ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
666666
| {spring-boot-actuator-module-code}/system/DiskSpaceHealthIndicator.java[`DiskSpaceHealthIndicator`]
667667
| Checks for low disk space.
668668

669+
| {spring-boot-actuator-module-code}/jdbc/DataSourceHealthIndicator.java[`DataSourceHealthIndicator`]
670+
| Checks that a connection to `DataSource` can be obtained.
671+
669672
| {spring-boot-actuator-module-code}/elasticsearch/ElasticSearchRestHealthContributorAutoConfiguration.java[`ElasticSearchRestHealthContributorAutoConfiguration`]
670673
| Checks that an Elasticsearch cluster is up.
671674

0 commit comments

Comments
 (0)