Skip to main content

Command Palette

Search for a command to run...

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

Published
1 min read
S

#Developer #Cloud Architect #SDM and much more at Miami-Dade County

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.

The easiest way to Integrate Spring Boot with Prometheus