akka-tracing icon indicating copy to clipboard operation
akka-tracing copied to clipboard

A distributed tracing extension for Akka. Provides integration with Play framework, Spray and Akka HTTP.

Results 21 akka-tracing issues
Sort by recently updated
recently updated
newest added

12:37:02.460 INFO c.g.l.a.tracing.actor.SpanSubmitter - Successfully connected to Zipkin collector. 12:37:02.475 WARN c.g.l.a.tracing.actor.SpanSubmitter - Thrift transport error. Failed to send 1 spans. 12:37:02.475 INFO c.g.l.a.tracing.actor.SpanSubmitter - Trying to reconnect in 10...

people occasionally hit zipkin's support channel, and it is clear this project is no longer maintained. Please make it more official?

i just got the jar from maven central respository, but i dont know how to use it in my akka project, anyone can help?

Following two lines executes the request twice causing controller method to be executed twice https://github.com/levkhomich/akka-tracing/blob/master/play/src/main/scala/com/github/levkhomich/akka/tracing/play/TracingFilter.scala#L35:L36 Created PR https://github.com/levkhomich/akka-tracing/pull/104 to remove the second call

I'm running the TracingBasics sample w/ version 0.6 of the extension. The following errors are reported at run time: Received InternalMessage(00cfe41a-dae6-4bf9-929d-71ea27b79417,595079183) [INFO] [08/04/2017 07:17:55.324] [TracingBasics-akka.actor.default-dispatcher-3] [akka://TracingBasics/user/spanHolder/spanSubmitter] Successfully connected to Zipkin...

https://github.com/levkhomich/akka-tracing/wiki There is no page for akka-http. So it is not clear how to trace requests with akka-http and Java.

Hi Lev, It is hard to know upfront all possible security related headers (e.g. containing authentication tokens/user info etc) which risks leaking sensitive info into Zipkin traces. My previous implementation...

Hi all. For now, as I see, there is no ability to use kafka as a collector/transport for zipkin. It would be good if transport can be configured in configurations...

new feature