Module: Datadog::Contrib::Extensions::Helpers

Defined in:
lib/ddtrace/contrib/extensions.rb

Overview

Helper methods for Datadog module.

Instance Method Summary collapse

Instance Method Details

#registryObject

Returns the global integration registry.

This method is not safe to use while the tracer is initializing, thus access to the registry should go through ::Datadog::Contrib::REGISTRY for internal tracer work.

External use of this method is always safe.



31
32
33
# File 'lib/ddtrace/contrib/extensions.rb', line 31

def registry
  Contrib::REGISTRY
end