module OpenTelemetry
module OpenTelemetry::Instrumentation
module OpenTelemetry::Instrumentation::Que
module OpenTelemetry::Instrumentation::Que::Middlewares
module OpenTelemetry::Instrumentation::Que::Patches
module OpenTelemetry::Instrumentation::Que::Patches::Poller
module OpenTelemetry::Instrumentation::Que::Patches::QueJob
module OpenTelemetry::Instrumentation::Que::Patches::QueJob::ClassMethods
class OpenTelemetry::Instrumentation::Que::Instrumentation
class OpenTelemetry::Instrumentation::Que::Middlewares::ServerMiddleware
class OpenTelemetry::Instrumentation::Que::TagSetter
opentelemetry-instrumentation-que
0.6.1
# patch
def patch ::Que::Job.prepend(Patches::QueJob) ::Que::Poller.prepend(Patches::Poller) end