summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-04-03 10:20:08 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-04-03 10:20:08 +0000
commit95b3bf26cae3c2e483df4591ec5fe492ab9746a5 (patch)
tree6f1ecb4a252d3c45393e9f57643463279be5efc2 /doc
parent1b6f8cd868ea200e88554ed7cba60a40964493bf (diff)
parent05e1cbc4cae3032eca371e09f35a451628a4e9c6 (diff)
downloadgitlab-ce-95b3bf26cae3c2e483df4591ec5fe492ab9746a5.tar.gz
Merge branch 'sh-move-sidekiq-exporter-logs' into 'master'
Move Sidekiq exporter logs to log/sidekiq_exporter.log See merge request gitlab-org/gitlab-ce!18127
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/logs.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md
index 00a2f3d01b8..cd107a5b39c 100644
--- a/doc/administration/logs.md
+++ b/doc/administration/logs.md
@@ -206,4 +206,12 @@ is populated whenever `gitlab-ctl reconfigure` is run manually or as part of an
Reconfigure logs files are named according to the UNIX timestamp of when the reconfigure
was initiated, such as `1509705644.log`
+## `sidekiq_exporter.log`
+
+If Prometheus metrics and the Sidekiq Exporter are both enabled, Sidekiq will
+start a Web server and listen to the defined port (default: 3807). Access logs
+will be generated in `/var/log/gitlab/gitlab-rails/sidekiq_exporter.log` for
+Omnibus GitLab packages or in `/home/git/gitlab/log/sidekiq_exporter.log` for
+installations from source.
+
[repocheck]: repository_checks.md