1

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

Mali
  • 49
  • 1
  • 1
  • 11

2 Answers2

1

According to this Spring Cloud Sleuth is the only tracer that supports messaging.

Niraj Jha
  • 455
  • 3
  • 10
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