Closed skdangi closed 7 years ago
Changes I made: libraryDependencies += "com.github.levkhomich" %% "akka-tracing-play" % "0.5.1"
akka.tracing { host = "localhost" port = 9410 # default }
I don't see any data in zipkin.
Not sure if this worked for you. But I used akka-tracing to integrate akka with Zipkin. You can find my project written in java at https://github.com/tuhingupta/akka-sample-tracing-java
Changes I made: libraryDependencies += "com.github.levkhomich" %% "akka-tracing-play" % "0.5.1"
akka.tracing { host = "localhost" port = 9410 # default }
I don't see any data in zipkin.