Spring Boot Actuator
September 10, 2021

M04 Q36 How do you change the Health Indicator status severity order?

Spring Actuator allows you to change Health Indicator Status severity order with usage of property management.health.status.order for example:

This property will be injected into HealthIndicatorProperties and used by OrderedHealthAggregator to resolve final status for application by aggregating statuses from all Health Indicators available in the system.