From 50985b7e839846f584074f47f3562aeedef432ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Nov 2017 10:40:25 +0100 Subject: [PATCH] Polish --- .../asciidoc/production-ready-features.adoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index f90652a2ce..95876a5fd5 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -510,6 +510,23 @@ TIP: To handle the error automatically, consider extending from +==== Auto-configured ReactiveHealthIndicators +The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when +appropriate: + +[cols="1,4"] +|=== +|Name |Description + +|{sc-spring-boot-actuator}/redis/RedisReactiveHealthIndicator.{sc-ext}[`RedisReactiveHealthIndicator`] +|Checks that a Redis server is up. +|=== + +TIP: Those reactive indicators replace the regular ones if necessary. Also, any +`HealthIndicator` that is not handled explicitly is wrapped automatically. + + + [[production-ready-application-info]] === Application Information Application information exposes various information collected from all