Commit e6655fe4 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'newrelic-grape' into 'master'

Add the newrelic-grape gem

This allows us to see a breakdown of API requests in New Relic.

See merge request !1419
parents ede1ee85 68f7bc63
...@@ -283,6 +283,7 @@ group :production do ...@@ -283,6 +283,7 @@ group :production do
end end
gem "newrelic_rpm", '~> 3.9.4.245' gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'
gem 'octokit', '~> 3.7.0' gem 'octokit', '~> 3.7.0'
......
...@@ -402,6 +402,9 @@ GEM ...@@ -402,6 +402,9 @@ GEM
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.9.2) net-ssh (2.9.2)
netrc (0.10.3) netrc (0.10.3)
newrelic-grape (2.0.0)
grape
newrelic_rpm
newrelic_rpm (3.9.4.245) newrelic_rpm (3.9.4.245)
nokogiri (1.6.6.2) nokogiri (1.6.6.2)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
...@@ -853,6 +856,7 @@ DEPENDENCIES ...@@ -853,6 +856,7 @@ DEPENDENCIES
mousetrap-rails (~> 1.4.6) mousetrap-rails (~> 1.4.6)
mysql2 (~> 0.3.16) mysql2 (~> 0.3.16)
nested_form (~> 0.3.2) nested_form (~> 0.3.2)
newrelic-grape
newrelic_rpm (~> 3.9.4.245) newrelic_rpm (~> 3.9.4.245)
nprogress-rails (~> 0.1.2.3) nprogress-rails (~> 0.1.2.3)
oauth2 (~> 1.0.0) oauth2 (~> 1.0.0)
...@@ -930,6 +934,3 @@ DEPENDENCIES ...@@ -930,6 +934,3 @@ DEPENDENCIES
webmock (~> 1.21.0) webmock (~> 1.21.0)
whenever (~> 0.8.4) whenever (~> 0.8.4)
wikicloth (= 0.8.1) wikicloth (= 0.8.1)
BUNDLED WITH
1.10.6
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment