Distributed tracing with Micronaut framework
Reading Time: 7 minutes 1. About 1.1 Micronaut Micronaut is an open-source JVM-based software framework for building lightweight, modular applications and microservices. It helps to create microservices with small memory footprints and quick startup time. 1.1 Distributed tracing Troubleshooting interactions between microservices in a distributed architecture can be challenging when operating microservices in production. There are variously distributed tracing solutions, the most popular of which are Zipkin and Jaeger, Continue Reading