Application monitoring ensures that an application running on a server performs as expected. In Chapter 2, you developed RESTful services using Spring Boot. In addition, Spring Boot supports additional features to monitor and manage your Spring Boot application when it is pushed to production.
For example, say a developer just finished his application and pushed the changes to the repository. Moving on, the developer approaches the operations (ops) team and asks them ...