Document property names to enable reactive health indicators
Closes gh-26279
This commit is contained in:
parent
5e284d9434
commit
0c09841013
|
@ -868,22 +868,27 @@ TIP: To handle the error automatically, consider extending from `AbstractReactiv
|
|||
==== Auto-configured ReactiveHealthIndicators
|
||||
The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when appropriate:
|
||||
|
||||
[cols="1,4"]
|
||||
[cols="2,4,6"]
|
||||
|===
|
||||
| Name | Description
|
||||
| Key | Name | Description
|
||||
|
||||
| `cassandra`
|
||||
| {spring-boot-actuator-module-code}/cassandra/CassandraReactiveHealthIndicator.java[`CassandraReactiveHealthIndicator`]
|
||||
| Checks that a Cassandra database is up.
|
||||
|
||||
| `couchbase`
|
||||
| {spring-boot-actuator-module-code}/couchbase/CouchbaseReactiveHealthIndicator.java[`CouchbaseReactiveHealthIndicator`]
|
||||
| Checks that a Couchbase cluster is up.
|
||||
|
||||
| `elasticsearch`
|
||||
| {spring-boot-actuator-module-code}/elasticsearch/ElasticsearchReactiveHealthIndicator.java[`ElasticsearchReactiveHealthIndicator`]
|
||||
| Checks that an Elasticsearch cluster is up.
|
||||
|
||||
| `mongo`
|
||||
| {spring-boot-actuator-module-code}/mongo/MongoReactiveHealthIndicator.java[`MongoReactiveHealthIndicator`]
|
||||
| Checks that a Mongo database is up.
|
||||
|
||||
| `redis`
|
||||
| {spring-boot-actuator-module-code}/redis/RedisReactiveHealthIndicator.java[`RedisReactiveHealthIndicator`]
|
||||
| Checks that a Redis server is up.
|
||||
|===
|
||||
|
|
Loading…
Reference in New Issue