Monitoring Spring Boot service with Prometheus and Grafana
Different people mean different things, when they talk about observability
. To stay practical and concrete, by observability I mean monitoring, tracing and logging
. In this post I will give recipe of adding monitoring to your Spring Boot service with Prometheus and Grafana.
TL;DR If you prefer reading code vs reading posts — just follow this link.