Skip to content

wangxinxx/spring-boot-admin

 
 

Repository files navigation

spring-boot-admin

Apache License 2 Build Status Coverage Status Codacy Badge Maven Central ![Gitter](https://badges.gitter.im/Join Chat.svg)

This is a simple admin interface for Spring Boot applications.

This application provides a simple UI to administrate 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 mail, Slack, Hipchat, ...)
  • Event journal of status changes (non persistent)

Getting Started

A quick guide to get started can be found in our docs.

Getting Help

Having trouble with Spring Boot Admin? We’d like to help!

Reference Guide

Version 1.4.5

Version 1.4.4

Version 1.4.3

Version 1.3.7

Screenshots

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

Snapshot builds

You can access snapshot builds from the sonatype repository:

<snapshotRepository>
 <id>sonatype-nexus-snapshots</id>
 <name>Sonatype Nexus Snapshots</name>
 <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>

Build

In order to build spring-boot-admin you need to have node.js and npm on your PATH.

mvn clean package

Set version for next release

mvn versions:set versions:commit -DnewVersion=1.0.0-SNAPSHOT

About

Admin UI for administration of spring boot applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.4%
  • JavaScript 24.7%
  • HTML 8.8%
  • CSS 2.0%
  • Shell 1.3%
  • Batchfile 0.8%