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-05-19 16:10:15 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:57 +0300
commitcf932df2348dc3ccd06ca557b68edc60f518c893 (patch)
tree8a0df00bc4bb080953a356cc2db314e86496b8ad /Gemfile
parentc28546177e2b4d5f7f3cc0e5b3a7b404206565fb (diff)
Add Prometheus metrics configuration
+ Cleanup Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c49b60ffc23..a6b0a20ef61 100644
--- a/Gemfile
+++ b/Gemfile
@@ -268,6 +268,10 @@ group :metrics do
gem 'allocations', '~> 1.0', require: false, platform: :mri
gem 'method_source', '~> 0.8', require: false
gem 'influxdb', '~> 0.2', require: false
+
+# Prometheus
+ gem 'mmap2', '~> 2.2.6'
+ gem 'prometheus-client-mmap'
end
group :development do