Use roidrage's fork of the librato exporter.
Includes a bug fix for empty metrics.
This commit is contained in:
parent
5623316889
commit
fdb265cfcb
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ gem 'bunny', '~> 0.8.0'
|
|||
gem 'dalli'
|
||||
gem 'pry'
|
||||
gem 'metriks', '0.9.9.6'
|
||||
gem 'metriks-librato_metrics', github: 'eric/metriks-librato_metrics'
|
||||
gem 'metriks-librato_metrics', github: 'roidrage/metriks-librato_metrics'
|
||||
|
||||
gem 'skylight', github: 'henrikhodne/skylight-ruby', branch: 'sinatra-support'
|
||||
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,10 +1,3 @@
|
|||
GIT
|
||||
remote: git://github.com/eric/metriks-librato_metrics.git
|
||||
revision: 0e46e7c5f4eff47c199023a184f3d8ef52da12d0
|
||||
specs:
|
||||
metriks-librato_metrics (0.0)
|
||||
metriks (>= 0.9.9.6)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/getsentry/raven-ruby.git
|
||||
revision: f6c79103e1ff07abc8a1863b5d2ec43d9527e0ed
|
||||
|
@ -36,6 +29,13 @@ GIT
|
|||
yard-sinatra (1.0.0)
|
||||
yard (~> 0.7)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/roidrage/metriks-librato_metrics.git
|
||||
revision: ac2522dd4e0df32eeb1a6074fa54211cdc473a8e
|
||||
specs:
|
||||
metriks-librato_metrics (0.0)
|
||||
metriks (>= 0.9.9.6)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-core.git
|
||||
revision: a3fad94eca3c75e225050378a855f435854eb6ef
|
||||
|
|
Loading…
Reference in New Issue
Block a user