Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-08-29 16:45:19 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-08-29 16:56:13 +0300
commiteb51ec08941df7d1d0593e14df378ee380c5369c (patch)
treed8cfcb5f2d9b146207f6cd4b8738e504b9d5f334 /Gemfile
parent0ed5ee33c1ff8dcd6ae5ebc1a5deef4f8b0d6b42 (diff)
Update Prometheus Client MMAP gem to version that fixes performance degradation caused by workers churn
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 782bbfab5db..8bcf1278267 100644
--- a/Gemfile
+++ b/Gemfile
@@ -284,7 +284,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~>0.7.0.beta12'
+ gem 'prometheus-client-mmap', '~>0.7.0.beta14'
gem 'raindrops', '~> 0.18'
end