https://kotlinlang.org logo
Title
m

Michael Strasser

06/01/2019, 7:31 AM
Hello! I have created a Ktor feature https://github.com/mjstrasser/ktor-features-zipkin/ that enables a Ktor app to participate in Zipkin distributed tracing. The code includes a server feature that recognises Zipkin HTTP tracing headers and a client feature that propagates headers into downstream calls. Let me know what you think, and whether it is useful to you.
👏 6
s

Sergey Bondari

06/01/2019, 7:50 PM
have something similar for newrelic distributed tracing, I wonder if anyone interesting in publishing it as open source library
m

Marek Hawrylczak

06/03/2019, 6:59 AM
Great to hear that. I (or rather my company) use Zipkin. I will definitely try it in a while.