Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Use newrelic-moped for database instrumentation
Browse files Browse the repository at this point in the history
This will let us see what queries are taking time in Mongo
  • Loading branch information
Edward Paget committed Oct 7, 2015
1 parent 011d0af commit 523581c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
ruby-2.1.5
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ gem 'kaminari'
gem 'fastimage', '1.7.0'

gem 'newrelic_rpm'
gem 'newrelic_moped'

gem 'puma', '~> 2.14.0'

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ GEM
multi_test (0.1.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
newrelic_moped (1.0.1)
moped
newrelic_rpm (~> 3.11)
newrelic_rpm (3.13.2.302)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
Expand Down Expand Up @@ -314,6 +317,7 @@ DEPENDENCIES
mongoid-rspec (>= 1.6.0)!
mongoid-serializer
moped
newrelic_moped
newrelic_rpm
omniauth-facebook
omniauth-google-oauth2
Expand Down

0 comments on commit 523581c

Please sign in to comment.