diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-05-19 15:10:15 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-02 19:45:57 +0200 |
commit | cf932df2348dc3ccd06ca557b68edc60f518c893 (patch) | |
tree | 8a0df00bc4bb080953a356cc2db314e86496b8ad /Gemfile | |
parent | c28546177e2b4d5f7f3cc0e5b3a7b404206565fb (diff) | |
download | gitlab-ce-cf932df2348dc3ccd06ca557b68edc60f518c893.tar.gz |
Add Prometheus metrics configuration
+ Cleanup Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |