Spring Boot Metrics with Prometheus
I recently needed to do a proof of concept for a web application. One of the
requirements was that there had to be an easy way for collecting metrics and
monitoring. Thanks to its Actuator, this requirement made Spring Boot a top
choice. Not that it wasn’t already.
However,