-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Spring Boot Admin Server information
-
Version: 3.5.3
-
Spring Boot version: 3.5.5
-
Configured Security: None
-
Webflux or Servlet application: WebFlux
Client information
-
Spring Boot versions: 3.5.5
-
Used discovery mechanism: Eureka
-
Webflux or Servlet application: Both
Description
Hello.
I've updated my SBA instance to 3.5.3
and now no details are shown anymore. In particular:
- The menu on the left is empty
- Instances show only their health and their metadata. No info nor anything else.
The attached picture in yellow is the "old" environment with version 3.5.2:

while the green one is the "new" environment with version 3.5.3:

What I noticed is that restarting an instance X fixes the issue for that instance, which means that the new SBA somehow doesn't handle the state properly.
Moreover, the tags in the homepage are now always gone, even for the instances which have been restarted, which is not ideal at all because then we don't know anymore about which instance we're referring to without going inside of it.
Again, in yellow the old version:

and in green the new version:

PS: the instance which has the version shown is the one that was restarted, which demonstrates the issue above about the state management and about the tags being now never shown in the homepage.