We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d60184 + d890f1f commit d3535caCopy full SHA for d3535ca
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
@@ -666,6 +666,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
666
| {spring-boot-actuator-module-code}/system/DiskSpaceHealthIndicator.java[`DiskSpaceHealthIndicator`]
667
| Checks for low disk space.
668
669
+| {spring-boot-actuator-module-code}/jdbc/DataSourceHealthIndicator.java[`DataSourceHealthIndicator`]
670
+| Checks that a connection to `DataSource` can be obtained.
671
+
672
| {spring-boot-actuator-module-code}/elasticsearch/ElasticSearchRestHealthContributorAutoConfiguration.java[`ElasticSearchRestHealthContributorAutoConfiguration`]
673
| Checks that an Elasticsearch cluster is up.
674
0 commit comments