Closed hmadison closed 3 years ago
In cases where the enqueue/dequeue behavior is being overridden setting ::Instana.config[:'resque-client'][:propagate] = false allows a way to fall back to the "old" instrumentation and skip trace propagation.
::Instana.config[:'resque-client'][:propagate] = false
In cases where the enqueue/dequeue behavior is being overridden setting
::Instana.config[:'resque-client'][:propagate] = false
allows a way to fall back to the "old" instrumentation and skip trace propagation.