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:
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru6
1 files changed, 1 insertions, 5 deletions
diff --git a/config.ru b/config.ru
index 82af814341b..cba44122da9 100644
--- a/config.ru
+++ b/config.ru
@@ -15,11 +15,7 @@ if defined?(Unicorn)
end
# TODO(lyda): Needs to be set externally.
- ENV['prometheus_multiproc_dir'] = '/tmp'
-
- require 'prometheus/client/rack/exporter'
-
- use Prometheus::Client::Rack::Exporter, path: '/admin/metrics'
+ ENV['prometheus_multiproc_dir'] = '/tmp/somestuff'
end
require ::File.expand_path('../config/environment', __FILE__)