module Datadog::Tracing::Contrib::MongoDB::Patcher

def patch

def patch
  ::Mongo::Client.include(Instrumentation::Client)
  add_mongo_monitoring
end