-
Spring Boot Actuator + Dropwizard + Cloudwatch
Exporting spring boot metrics to cloudwatch may not be that straightforward. Since I've done that for my project, I will show how we can do it easily with the help of a couple of libraries. First, spring boot is using its own metrics mechanism. The first step to do that…