instana / ruby-sensor

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

Allow unsetting of INSTANA_DISABLE_AUTO_INSTR environment var #139

Closed remotezygote closed 5 years ago

remotezygote commented 5 years ago

Currently if this key is set, all instrumentation is disabled, which is hard in some environments. This allows you to set this value to false to disable the disable.

pglombardo commented 5 years ago

That makes sense @remotezygote - thanks!

We also have per instrumentation switches too if you're not aware... but those are done at runtime in an initializer or equivalent.

I'll put out another gem release soon and update here once this is out.