module Datadog::Tracing::Contrib::Pg::Instrumentation

def self.included(base)

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