How to enable and use Spring Boot Actuator?

--

Monitoring the health of running application and ability to apply some runtime changes are very important.

Spring Boot includes a number of additional features to help you monitor and manage your application when you push it to production. You can choose to manage and monitor your application by using HTTP endpoints or with JMX.

Objective

  1. Definition of Actuator
  2. Workshop
  3. Enabling Actuator
  4. Endpoints
  5. Monitoring and Management over HTTP
  6. Monitoring and Management over JMX
  7. Loggers
  8. Metrics
  9. Auditing
  10. HTTP Tracing

--

--