Skip to content

Commit

Permalink
Added action mailer instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGochee committed Jun 11, 2009
1 parent 4f7cab8 commit 733f71d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/new_relic/metric_parser/action_mailer.rb
@@ -0,0 +1,9 @@
class NewRelic::MetricParser::ActionMailer < NewRelic::MetricParser

def is_action_mailer?; true; end

def short_name
"ActionMailer - #{segments[1]}"
end

end

0 comments on commit 733f71d

Please sign in to comment.