From 3265ac4f39e6760340722c524113ac1691fdcf8d Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Thu, 27 Jul 2017 14:27:15 +0200 Subject: Update prometheus client gem to fix problems with PID handling following unicorn forking new workers. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 43109de1b45..a2343f81929 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.1