GH-1256 Polishing Health Indicator section

Resolves #1344
Resolves #1256
This commit is contained in:
Oleg Zhurakousky
2018-04-06 09:45:00 -04:00
parent f4e7b2fce7
commit 6d29ade3bf

View File

@@ -2320,10 +2320,11 @@ When autoconfiguration is disabled, the test binder is available on the classpat
== 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.
[[spring-cloud-stream-overview-metrics-emitter]]