The easiest way to Integrate Spring Boot with Prometheus, and add custom Metrics and Labels

With Prometheus Integration you can easily monitor your Spring Boot Application. All you have to add is an actuator and micrometer libraries in your path. You can add the delivered @Timed tag on your controller and you are done. The full video I posted on youtube https://youtu.be/Mcv3QzwF298 and the source code is on GitHub https://github.com/ssudershan/springbootprometheus.