Spring Boot Admin Server information
-
Version: 3.5.2
-
Spring Boot version: 3.5.5
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.5.3
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: Servlet
Description
Hello.
I've the weird behaviour that an application is reported as DOWN in SBA even if its health endpoint reports it as UP.
Moreover, I can see in the HTTP Exchanges view that the health has been indeed called and that it returned 200, but somehow it's not reflected in the status of the application.
Spring Boot Admin Server information
Version: 3.5.2
Spring Boot version: 3.5.5
Configured Security: None
Webflux or Servlet application: WebFlux
Client information
Spring Boot versions: 3.5.3
Used discovery mechanism: Eureka
Webflux or Servlet application: Servlet
Description
Hello.
I've the weird behaviour that an application is reported as
DOWNin SBA even if its health endpoint reports it asUP.Moreover, I can see in the
HTTP Exchangesview that thehealthhas been indeed called and that it returned200, but somehow it's not reflected in the status of the application.