module Datadog::Contrib::Extensions::Helpers
Helper methods for Datadog
module.
Public Instance Methods
registry()
click to toggle source
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.
# File lib/ddtrace/contrib/extensions.rb, line 31 def registry Contrib::REGISTRY end