This project is a demonstration of connecting a Spring Boot application with Amazon Cloudwatch and start sending application metrics using micrometer.
This is a Spring Boot application configured with Amazon Web Services (AWS) Cloud Watch to send application metrics. For this we have used micrometer, cloudwatch and cloudwatch2 dependencies.
The following article https://hashmis.medium.com/publishing-cloudwatch-metrics-in-spring-boot-c003c2cb6184 covers the details of this application.