instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

Include a config option to disable Resque propagation #252

Closed hmadison closed 3 years ago

hmadison commented 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.