Monitoring your microservices with Micrometer.io
Architecture - September 17, 2017
When we want to instrument our application, we don't want to worry about which monitoring system we want to use, now or in the future.
Nor do we want to change a lot of code throughout our microservice because we need to change from system X to system Y. Meet Micrometer! So what is Micrometer you ask? Basically, it comes down to this: Think SLF4J, but for metrics. A simple facade over the…
7 min read