Monitoring Java Spring Boot applications with Prometheus: Part 1
Now that we have our sample application working it’s time to add some Prometheus instrumentation to it. We will be adding support for two metrics types Counter and Histogram to our sample application. First off all we need to include the standard Prometheus libraries for Spring Boot to the dependency list and for that we…