From fa51db07009cb591b9a9639937e01a7886fda7ab Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 24 Sep 2015 12:08:03 +0200 Subject: [PATCH] Add the newrelic-grape gem This allows us to see a breakdown of API requests in New Relic. --- Gemfile | 1 + Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 924ee382f4..482069e5f5 100644 --- a/Gemfile +++ b/Gemfile @@ -283,6 +283,7 @@ group :production do end gem "newrelic_rpm", '~> 3.9.4.245' +gem 'newrelic-grape' gem 'octokit', '~> 3.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 320f7629fb..23f5a40722 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,6 +402,9 @@ GEM net-ssh (>= 2.6.5) net-ssh (2.9.2) netrc (0.10.3) + newrelic-grape (2.0.0) + grape + newrelic_rpm newrelic_rpm (3.9.4.245) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) @@ -853,6 +856,7 @@ DEPENDENCIES mousetrap-rails (~> 1.4.6) mysql2 (~> 0.3.16) nested_form (~> 0.3.2) + newrelic-grape newrelic_rpm (~> 3.9.4.245) nprogress-rails (~> 0.1.2.3) oauth2 (~> 1.0.0) @@ -930,6 +934,3 @@ DEPENDENCIES webmock (~> 1.21.0) whenever (~> 0.8.4) wikicloth (= 0.8.1) - -BUNDLED WITH - 1.10.6