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-18 21:56:30 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-08-18 21:59:38 +0300
commite4cf164a9fbbfbc7f37554b4738d79ea4b5d0f4b (patch)
tree598d7c28864ba14400b5123ba5b20a7502a637f8 /Gemfile
parent11661c2a1dfe042f37e3ba1eac69315daa0edb9b (diff)
Update prometheus mmap client library to fix performance issues when rendering many metrics.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 466c399c8b1..6c8f64bfded 100644
--- a/Gemfile
+++ b/Gemfile
@@ -287,7 +287,7 @@ group :metrics do
gem 'influxdb', '~> 0.2', require: false
# Prometheus
- gem 'prometheus-client-mmap', '~>0.7.0.beta11'
+ gem 'prometheus-client-mmap', '~>0.7.0.beta12'
gem 'raindrops', '~> 0.18'
end