Module: Datadog::Contrib::Integration

Overview

Base provides features that are shared across all integrations

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
13
14
# File 'lib/ddtrace/contrib/integration.rb', line 10

def self.included(base)
  base.include(Configurable)
  base.include(Patchable)
  base.include(Registerable)
end