0

Can anyone tell me, is there any way to integrate Zipkin (if possible Sleuth also) for non-spring boot projects?

I am trying to integrate Zipkin for my traditional spring application. It is not a microservice. How could I do this? Any suggestions, please? Thanks.

1 Answers1

0

You should use e.g. openzipkin Brave project or Opentelemetry projects directly. Sleuth works only with boot based projects

Marcin Grzejszczak
  • 10,624
  • 1
  • 16
  • 32