bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

New Relic RPM instrumentation #18

Open fbjork opened 12 years ago

fbjork commented 12 years ago

Would be great if someone could add Qu instrumentation to the rpm_contrib gem to get valuable metrics from the Qu workers.

jnunemaker commented 10 years ago

For future purposes, here is how sidekiq is instrumented by new relic.

https://github.com/newrelic/rpm/blob/master/lib/new_relic/agent/instrumentation/sidekiq.rb

If we get hooks/plugins in, it should be easy to add this.