Spring Boot Admin
Spring Boot Admin — system administration interface for Spring Boot web applications.
Available at: https://host/gateway/eapps/admin/wallboard
The interface provides a convenient UI on top of Spring Boot Actuator endpoints and offers:
service health checks;
metrics monitoring;
access to logs;
environment information;
log level management;
thread dump.
|
|
|
|
Log Viewing
To view microservice logs directly in the Spring Boot Admin interface, activate the Spring Boot profile admin_logs for the corresponding microservice.
This can be useful during troubleshooting when there is no access to the main log collector.
Note
Available starting from version ecos-webapp-commons 3.21.4.
Documentation
For more details, see the official Spring Boot Admin project information