Posts tagged with Micrometer

Featured image for "Monitoring your SMTP metrics with Spring Boot 4 and Micrometer"
Java

Monitoring your SMTP metrics with Spring Boot 4 and Micrometer

Spring Boot 4 updates Micrometer to 1.16, which introduces SMTP-related metrics. This means that with some configuration tweaking, we can obtain these metrics with Spring Boot Actuator.

Read more →
Featured image for "Mastering Spring boot Actuator"
Java

Mastering Spring boot Actuator

In this tutorial I'll cover why Spring boot actuator allows you to write proper production-grade Spring boot applications.

Read more →
Featured image for "Monitoring with Micrometer, Prometheus and Grafana"
Java

Monitoring with Micrometer, Prometheus and Grafana

With Spring boot 2.0, the support for Micrometer made monitoring a lot easier. In this tutorial we'll see how we can use it with Grafana and Prometheus.

Read more →