Apache License 2 Build Status Coverage Status Maven Central Gitter
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
- Counter & gauge 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 (currently for Logback only)
- Interact with JMX-beans
- View thread dump
- View traces
- Hystrix-Dashboard integration
- 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 is also a introductory talk availabe on YouTube:
Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime
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.
Screenshot application list Dashboard with desktop notifications
Screenshot details View application health, info and details
Screenshot metrics View metric counters and gauges
Screenshot logfile View logfile (with follow)
Screenshot environment View and change Spring environment (via Spring Cloud)
Screenshot logging Manage Logback logger levels
Screenshot jmx View and use JMX beans via jolokia
Screenshot threads View thread dump
Screenshot traces View http request traces
Screenshot hystrix View Hystrix dashboard
Screenshot journal View history of registered applications
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>
In order to build spring-boot-admin you need to have node.js and npm on your $PATH.
mvn clean package