levkhomich / akka-tracing

A distributed tracing extension for Akka. Provides integration with Play framework, Spray and Akka HTTP.
Other
307 stars 32 forks source link

Tracing not working play java project (play framework 2.3.8) #91

Closed skdangi closed 7 years ago

skdangi commented 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.

tuhingupta commented 7 years ago

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