Health Checks, Metrics & More with Spring Boot Actuator
Health Checks, Metrics & More with Spring Boot Actuator I've been working with Spring Boot for a few years now and I'm a big fan. There are lots of things to like about Spring Boot, but one thing that really stands out for me is the emphasis on production readiness. Production Readiness Production readiness is about looking beyond functional requirements and ensuring your application can be properly managed and monitored in production. Some key things to consider when thinking about production readiness are... Health checks Viewing application configuration - application properties, Environment variables etc. Viewing and altering log configuration Viewing application metrics - JVM, classloader, [...]