module Datadog::Tracing::Contrib::Mysql2::Instrumentation

def self.included(base)

def self.included(base)
  base.prepend(InstanceMethods)
end