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:
authorPaweł Chojnacki <pawel@chojnacki.ws>2017-08-07 20:13:02 +0300
committerRémy Coutable <remy@rymai.me>2017-08-07 20:13:02 +0300
commit746f0ec367a82d83b07d8972fd7043cc10baba23 (patch)
tree2fd525c8ec1c82e60ca2e2100bdc04ebfa16fecf /config/gitlab.yml.example
parentb12107a0b953b566cd58db30ae880800a4a695a6 (diff)
Add sidekiq metrics endpoint and add http server to sidekiq
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 45ab4e1a851..e73db08fcac 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -590,6 +590,12 @@ production: &base
ip_whitelist:
- 127.0.0.0/8
+ # Sidekiq exporter is webserver built in to Sidekiq to expose Prometheus metrics
+ sidekiq_exporter:
+ # enabled: true
+ # address: localhost
+ # port: 3807
+
#
# 5. Extra customization
# ==========================