Skip to content
Discussion options

You must be logged in to vote

ActiveJob does propagate context.

It adds the context to the message in a special attribute that is part of the payload.

By default it uses span links instead of parent child propagation. This is configurable via an option named propagation_style. https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/instrumentation.rb#L55

If you suspect that there is a bug, please create a minimal application that reproduces it and open an issue.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@arielvalentin
Comment options

@dan-corneanu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants