Browse Source

Add missing entry for Couchbase health indicator

pull/11125/merge
Stephane Nicoll 7 years ago
parent
commit
36e2c8bcb5
  1. 3
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

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

@ -750,6 +750,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr @@ -750,6 +750,9 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|{sc-spring-boot-actuator}/cassandra/CassandraHealthIndicator.{sc-ext}[`CassandraHealthIndicator`]
|Checks that a Cassandra database is up.
|{sc-spring-boot-actuator}/couchbase/CouchbaseHealthIndicator.{sc-ext}[`CouchbaseHealthIndicator`]
|Checks that a Couchbase cluster is up.
|{sc-spring-boot-actuator}/system/DiskSpaceHealthIndicator.{sc-ext}[`DiskSpaceHealthIndicator`]
|Checks for low disk space.

Loading…
Cancel
Save