I have some distributed micro services written in Spring Boot and I am using RabbitMQ. I want to track my requests. Is there a possible way of tracking without using Spring Cloud or Sleuth
According to this Spring Cloud Sleuth is the only tracer that supports messaging.