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
Asked
Active
Viewed 595 times
1
-
any reason why you do not go for the sleuth with Zipkin ? – Niraj Jha Oct 03 '19 at 08:37
-
My boss said we won't use Spring Cloud. – Mali Oct 03 '19 at 08:41
2 Answers
1
Brave is the library spring cloud sleuth is built on, therefore you could make it work without sleuth: https://github.com/openzipkin/brave
Just to clarify though, Sleuth doesn't force you to use any of the rest of the spring-cloud components. It is spring-cloud
because it is one of the "cloud native" spring technologies

Brian Devins-Suresh
- 114
- 1
- 1
- 6