Skip to content

Commit

Permalink
Fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed May 4, 2010
1 parent b5c1ca8 commit 0d78e93
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/rpm_contrib/instrumentation/resque.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# == Resque Instrumentation
#
# Installs a hook to ensure the agent starts manually when the worker
# starts and also adds the tracer to the process method which executes
# in the forked task.

module RPMContrib
module Instrumentation
# == Resque Instrumentation
#
# Installs a hook to ensure the agent starts manually when the worker
# starts and also adds the tracer to the process method which executes
# in the forked task.
module ResqueInstrumentation
::Resque::Job.class_eval do
include NewRelic::Agent::Instrumentation::ControllerInstrumentation
Expand Down

0 comments on commit 0d78e93

Please sign in to comment.