Add New Relic monitoring

This commit is contained in:
Darren VanBuren 2014-11-21 18:33:08 -08:00
parent 9ef22bca77
commit c42c13927c
2 changed files with 7 additions and 1 deletions

View file

@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'camping'
gem 'camping'
gem 'newrelic_rpm'

View file

@ -1,4 +1,5 @@
require 'camping'
require 'newrelic_rpm'
# Camping is a great small framework.
Camping.goes :StargateRando
@ -82,3 +83,7 @@ module StargateRando::Views
end
end
module StargateRando
include NewRelic::Agent::Instrumentation::Camping
end