Distributed tracing with sidekiq job

I would like an ability to pass trace parent from request to sidekiq job so trace id for the request and the sidekiq job is the same.

Something similar is currently possible with APM for node.js

I reported a Github issue but no one replied to me yet.

Does anyone know how to do it in ruby? It seems like a very useful functionality that seems to be missing.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.