class OpenTelemetry::Instrumentation::Que::Instrumentation

def patch

def patch
  ::Que::Job.prepend(Patches::QueJob)
  ::Que::Poller.prepend(Patches::Poller)
end