-
- Downloads
Update prometheus client gem to fix problems with PID handling following
unicorn forking new workers.
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- changelogs/unreleased/pawel-prometheus_client_pid_reuse_error.yml 4 additions, 0 deletions...gs/unreleased/pawel-prometheus_client_pid_reuse_error.yml
- config/unicorn.rb.example 4 additions, 0 deletionsconfig/unicorn.rb.example
Loading
| @@ -286,7 +286,7 @@ group :metrics do | Loading
| @@ -286,7 +286,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.beta9' | gem 'prometheus-client-mmap', '~>0.7.0.beta11' | ||
gem 'raindrops', '~> 0.18' | gem 'raindrops', '~> 0.18' | ||
end | end | ||
Loading
| Loading
|
Please register or sign in to comment