Relative Content

Tag Archive for javaspring-bootloggingzipkinspring-micrometer

Micrometer tracing + zipkin

I’m building a microservice application using Spring Boot 3 (currently 3.3.2) and I want to add span IDs and trace IDs to my logs. I also want to be able to track them in Zipkin. I found out that since Spring Boot 3, I’m supposed to use Micrometer Tracing. I added the following dependencies: