Spring Boot Admin Server information
-
Version: 4.0.2
-
Spring Boot version: 4.0.3
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
Not needed.
Description
Hello.
According to the documentation at https://docs.spring-boot-admin.com/4.0.2/docs/customization/monitoring/custom-health-status/#example-custom-timeout, it should be possible to change the timeout used by the StatusUpdater by simply defining the bean in the context with the wanted timeout.
Too bad that StatusUpdateTrigger changes it to the value interval from IntervalCheck, ignoring therefore the value set previously:
