falcon
falcon

Reputation: 1434

How to pass the traceid, spanid in threads used in threadpool in zipkin?

I am using zipkin to track the requests across microservices. One of my service is running jobs using a thread pool. How do I transfer the zipkin header values to the threads? is there a Zipkin wrapped thread pool/executor available?

Upvotes: 2

Views: 3840

Answers (1)

Related Questions