Update prometheus client gem to fix problems with PID handling following
unicorn forking new workers.
Showing
... | ... | @@ -286,7 +286,7 @@ group :metrics do |
gem 'influxdb', '~> 0.2', require: false | ||
# Prometheus | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta9' | ||
gem 'prometheus-client-mmap', '~>0.7.0.beta11' | ||
gem 'raindrops', '~> 0.18' | ||
end | ||
... | ... |
Please register or sign in to comment