openzipkin / brave

Java distributed tracing implementation compatible with Zipkin backend services.
Apache License 2.0
2.36k stars 713 forks source link

spring-webflux support #878

Open ShawshankLin opened 5 years ago

ShawshankLin commented 5 years ago

brave-instrumentation-spring-webmvc and webflux,how to use it together?

shakuzen commented 5 years ago

@ShawshankLin do you need this to work without Spring Boot? If you're using Spring Boot, it is easiest to add Spring Cloud Sleuth right now, I think.