Skip to content

Commit

Permalink
Add librato for ActiveSupport::Notifications performance trends
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 4, 2012
1 parent d3c1879 commit 6b265d5
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -14,6 +14,7 @@ gem 'gravtastic'
gem 'high_voltage' gem 'high_voltage'
gem 'highline' gem 'highline'
gem 'jquery-rails' gem 'jquery-rails'
gem 'librato-rails'
gem 'mail' gem 'mail'
gem 'memcached' gem 'memcached'
gem 'multi_json' gem 'multi_json'
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,6 +29,7 @@ GEM
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.2) addressable (2.3.2)
aggregate (0.2.2)
airbrake (3.1.6) airbrake (3.1.6)
builder builder
girl_friday girl_friday
Expand Down Expand Up @@ -92,6 +93,8 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
fakeredis (0.4.1) fakeredis (0.4.1)
redis (~> 3.0.0) redis (~> 3.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.1.5) ffi (1.1.5)
fog (1.6.0) fog (1.6.0)
builder builder
Expand Down Expand Up @@ -122,6 +125,13 @@ GEM
kgio (2.7.4) kgio (2.7.4)
launchy (2.1.2) launchy (2.1.2)
addressable (~> 2.3) addressable (~> 2.3)
librato-metrics (0.7.3)
aggregate (~> 0.2.2)
faraday (~> 0.7)
multi_json (~> 1.3)
librato-rails (0.7.0)
librato-metrics (~> 0.7.3)
rails (>= 3.0)
libwebsocket (0.1.5) libwebsocket (0.1.5)
addressable addressable
mail (2.4.4) mail (2.4.4)
Expand All @@ -132,6 +142,7 @@ GEM
method_source (0.8.1) method_source (0.8.1)
mime-types (1.19) mime-types (1.19)
multi_json (1.3.7) multi_json (1.3.7)
multipart-post (1.1.5)
net-scp (1.0.4) net-scp (1.0.4)
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-sftp (2.0.5) net-sftp (2.0.5)
Expand Down Expand Up @@ -269,6 +280,7 @@ DEPENDENCIES
jquery-rails jquery-rails
jruby-openssl jruby-openssl
launchy launchy
librato-rails
mail mail
memcached memcached
multi_json multi_json
Expand Down
6 changes: 6 additions & 0 deletions config/librato.yml
@@ -0,0 +1,6 @@
staging:
user: sferik@gmail.com
token: 83d4c9e5ab33035f86506a6ada8ce764f6d044edf929aa75c6981182855b6566
production:
user: sferik@gmail.com
token: 83d4c9e5ab33035f86506a6ada8ce764f6d044edf929aa75c6981182855b6566
Binary file added vendor/cache/aggregate-0.2.2.gem
Binary file not shown.
Binary file added vendor/cache/faraday-0.8.4.gem
Binary file not shown.
Binary file added vendor/cache/librato-metrics-0.7.3.gem
Binary file not shown.
Binary file added vendor/cache/librato-rails-0.7.0.gem
Binary file not shown.
Binary file added vendor/cache/multipart-post-1.1.5.gem
Binary file not shown.

0 comments on commit 6b265d5

Please sign in to comment.