Update prometheus gem to version 0.9.1.pre.rc.2 fixing segfaults happening on metrics deletion
This commit is contained in:
parent
4457cf9d17
commit
f00bcb0dcf
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -294,7 +294,7 @@ group :metrics do
|
||||||
gem 'influxdb', '~> 0.2', require: false
|
gem 'influxdb', '~> 0.2', require: false
|
||||||
|
|
||||||
# Prometheus
|
# Prometheus
|
||||||
gem 'prometheus-client-mmap', '~> 0.7.0.beta44'
|
gem 'prometheus-client-mmap', '~> 0.9.1.pre.rc.2'
|
||||||
gem 'raindrops', '~> 0.18'
|
gem 'raindrops', '~> 0.18'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -636,7 +636,7 @@ GEM
|
||||||
parser
|
parser
|
||||||
unparser
|
unparser
|
||||||
procto (0.0.3)
|
procto (0.0.3)
|
||||||
prometheus-client-mmap (0.7.0.beta44)
|
prometheus-client-mmap (0.9.1.pre.rc.2)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
|
@ -1132,7 +1132,7 @@ DEPENDENCIES
|
||||||
peek-sidekiq (~> 1.0.3)
|
peek-sidekiq (~> 1.0.3)
|
||||||
pg (~> 0.18.2)
|
pg (~> 0.18.2)
|
||||||
premailer-rails (~> 1.9.7)
|
premailer-rails (~> 1.9.7)
|
||||||
prometheus-client-mmap (~> 0.7.0.beta44)
|
prometheus-client-mmap (~> 0.9.1.pre.rc.2)
|
||||||
pry-byebug (~> 3.4.1)
|
pry-byebug (~> 3.4.1)
|
||||||
pry-rails (~> 0.3.4)
|
pry-rails (~> 0.3.4)
|
||||||
rack-attack (~> 4.4.1)
|
rack-attack (~> 4.4.1)
|
||||||
|
|
Loading…
Reference in a new issue