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
- View Spring Boot Configuration 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)
A quick guide to get started can be found in our docs.
There are introductory talks available on YouTube:
Monitoring Spring Boot® Applications with Spring Boot Admin @ Spring I/O 2018
Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime
Having trouble with codecentric's Spring Boot Admin? We’d like to help!
-
Check the reference documentation.
-
Ask a question on stackoverflow.com - we monitor questions tagged with
spring-boot-admin
. -
Ask for help in our spring-boot-admin Gitter chat
-
Report bugs at http://github.com/codecentric/spring-boot-admin/issues.
The source code of codecentric's Spring Boot Admin is licensed under Apache License 2.0
Spring, Spring Boot and Spring Cloud are trademarks of Pivotal Software, Inc. in the U.S. and other countries.
You can access snapshot builds from the sonatype snapshot repository by adding the following to your repositories
:
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
Dashboard with desktop notifications
View application health, info and details
View metric counters and gauges
View and change Spring environment (via Spring Cloud)
View and use JMX beans via jolokia
View history of registered applications
Requirements:
- Node.js v8.x (LTS)
- JDK >= 1.8
Please make sure you set $JAVA_HOME
points to the correct JDK and that the node
and npm
commands are on your $PATH
.
./mvnw clean package