spring boot admin is a project by codecentric to manage and monitor spring boot application
This community project provides an admin interface for Spring Boot ® applications.
It provides the following features for registered application.
- Show health status
- Show details, like
- JVM & memory metrics
- micrometer.io metrics
- Datasource metrics
- Cache metrics
- Show build-info number
- Follow and download logfile
- View jvm system- & environment-properties
- Support for Spring Cloud's postable /env- &/refresh-endpoint
- Easy loglevel management
- Interact with JMX-beans
- View thread dump
- View http-traces
- View auditevents
- View Http-Endpoints
- View Scheduled Tasks
- View and delete active sessions (using spring-session)
- View Flyway / Liquibase database migrations
- Download heapdump
- Notification on status change (via e-mail, Slack, Hipchat, ...)
- Event journal of status changes (non persistent)
Getting Started
A quick guide to get started can be found in our docs.