Sha256: 67d6c0410c922b5b1b65027abcb21292f87424597e7d1386d3731a4227ebcf10
Contents?: true
Size: 395 Bytes
Versions: 29
Compression:
Stored size: 395 Bytes
Contents
# Instrumented WorkerBase module RestFtpDaemon class Worker < BmcDaemonLib::WorkerBase include ::NewRelic::Agent::Instrumentation::ControllerInstrumentation # NewRelic instrumentation add_transaction_tracer :worker_init, category: :task add_transaction_tracer :worker_after, category: :task add_transaction_tracer :worker_process, category: :task end end
Version data entries
29 entries across 29 versions & 1 rubygems