Sudershan Sharma
Sudershan Sharma's Blog

Follow

Sudershan Sharma's Blog

Follow

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

Sudershan Sharma's photo
Sudershan Sharma
·Aug 24, 2022·

1 min read

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.

 
Share this