pring Boot Actuator is a sub-project of Spring Boot. It provides production-ready features to help you monitor and manage your application. With Actuator, you can add several built-in services to your application without writing any code.
Features of Spring Boot Actuator
Here are some features provided by Spring Boot Actuator:
Health check-up: Spring Boot Actuator provides a /health endpoint to check the health of your application.
Metrics gathering: It gathers various metrics about your application like memory usage, garbage collection, web request tracing, etc.
HTTP tracing: It keeps track of HTTP request-response exchange details.
Application info: It can display application-related information.
Shutdown: It exposes a shutdown endpoint to gracefully shut down the application.
Environment information: It exposes environment variables and configuration properties.