You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc
+29-15Lines changed: 29 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -649,81 +649,95 @@ TIP: The `HealthContributorRegistry` can be used to register and unregister heal
649
649
650
650
[[production-ready-health-indicators]]
651
651
==== Auto-configured HealthIndicators
652
-
The following `HealthIndicators` are auto-configured by Spring Boot when appropriate:
652
+
The following `HealthIndicators` are auto-configured by Spring Boot when appropriate.
653
+
You can also enable/disable selected indicators by configuring `management.health.key.enabled`,
654
+
with the `key` listed in the table below.
653
655
654
-
[cols="4,6"]
656
+
[cols="2,4,6"]
655
657
|===
656
-
| Name | Description
658
+
| Key | Name | Description
657
659
660
+
=======
661
+
| `cassandra`
658
662
| {spring-boot-actuator-module-code}/cassandra/CassandraHealthIndicator.java[`CassandraHealthIndicator`] or {spring-boot-actuator-module-code}/cassandra/CassandraDriverHealthIndicator.java[`CassandraDriverHealthIndicator`]
0 commit comments