Tag Archives: observability

Metrics with Spring Boot, Prometheus and Grafana

Capturing metrics from your system is critical to understanding its internal behavior and to further improve its performance. Without this, you are operating in the blind. In this post, we will go through how you can gather metrics from a Spring Boot application using Prometheus, Grafana, and Micrometer.

Continue reading