class ElasticAPM::Spies::NetHTTPSpy

def disabled?

def disabled?
  Thread.current[DISABLE_KEY] ||= false
end