From cb1854d0fd8770b0c1d7d25018c261c50f4a3d6d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 6 Apr 2018 09:45:00 -0400 Subject: [PATCH] GH-1256 Polishing Health Indicator section Resolves #1344 Resolves #1256 --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 9ae8097af..2ffc5998a 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -2090,10 +2090,11 @@ spring.cloud.stream.defaultBinder=test == Health Indicator Spring Cloud Stream provides a health indicator for binders. -It is registered under the name of `binders` and can be enabled or disabled by setting the `management.health.binders.enabled` property. -If `management.health.binders.enabled` is `false`, then no health indicator is shown on `/health`. -Setting `management.health.binders.enabled` to `true` enables the health indicator. -When you use the `/health` endpoint, you can retrieve the binder health indicators. +It is registered under the name `binders` and can be enabled or disabled by setting the `management.health.binders.enabled` property. + +By default `management.health.binders.enabled` is set to `false`. +Setting `management.health.binders.enabled` to `true` enables the health indicator, allowing you to access the `/health` endpoint to retrieve the binder health indicators. + Health indicators are binder-specific and certain binder implementations may not necessarily provide a health indicator. == Metrics Emitter