12 November 2020

Spring-boot-actuators

  • It provides secured endpoints for monitoring and managing your Spring Boot application.
  • By default, all actuator endpoints are secured.
  • HAL Browser
    • /metrics - To view the application metrics such as memory used, memory free, threads, classes, system uptime etc.
    • /env - To view the list of Environment variables used in the application.
    • /beans - To view the Spring beans and its types, scopes and dependency.
    • /health - To view the application health
    • /info - To view the information about the Spring Boot application.
    • /trace - To view the list of Traces of your Rest endpoints.

No comments:

Post a Comment

Most views on this month