/docker-demo-spring-boot

Primary LanguageShellApache License 2.0Apache-2.0

Spring Boot Admin

Srping Boot Admin 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)

Please refer to Spring Boot Admin for detail information.