Properly document health indicator config
Health indicator configuration keys have moved from the health.* to the management.health.* namespace. This commit makes sure that these are documented properly in 1.1.x as well. See gh-2118
This commit is contained in:
parent
a6adeab319
commit
2416a935e6
|
@ -369,6 +369,14 @@ content into your application; rather pick only the properties that you need.
|
|||
endpoints.trace.sensitive=true
|
||||
endpoints.trace.enabled=true
|
||||
|
||||
# HEALTH INDICATORS
|
||||
health.db.enabled=true
|
||||
health.mongo.enabled=true
|
||||
health.rabbit.enabled=true
|
||||
health.redis.enabled=true
|
||||
health.solr.enabled=true
|
||||
health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP
|
||||
|
||||
# MVC ONLY ENDPOINTS
|
||||
endpoints.jolokia.path=jolokia
|
||||
endpoints.jolokia.sensitive=true
|
||||
|
|
Loading…
Reference in New Issue