Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5ec528af
Commit
5ec528af
authored
Sep 15, 2021
by
Anton Smith
Committed by
Evan Read
Sep 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Praefect log location
parent
eddf9e57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+2
-0
doc/administration/logs.md
doc/administration/logs.md
+7
-0
No files found.
doc/administration/gitaly/index.md
View file @
5ec528af
...
...
@@ -449,6 +449,8 @@ To monitor [strong consistency](#strong-consistency), you can use the following
-
`gitaly_hook_transaction_voting_delay_seconds`
, the client-side delay introduced by waiting for
the transaction to be committed.
You can also monitor the
[
Praefect logs
](
../logs.md#praefect-logs
)
.
## Do not bypass Gitaly
GitLab doesn't advise directly accessing Gitaly repositories stored on disk with a Git client,
...
...
doc/administration/logs.md
View file @
5ec528af
...
...
@@ -50,6 +50,7 @@ except those captured by `runit`.
|
[
Mailroom
](
#mail_room_jsonlog-default
)
|
**{check-circle}**
Yes |
**{check-circle}**
Yes |
|
[
NGINX
](
#nginx-logs
)
|
**{check-circle}**
Yes |
**{check-circle}**
Yes |
|
[
PostgreSQL Logs
](
#postgresql-logs
)
|
**{dotted-circle}**
No |
**{check-circle}**
Yes |
|
[
Praefect Logs
](
#praefect-logs
)
|
**{dotted-circle}**
Yes|
**{check-circle}**
Yes |
|
[
Prometheus Logs
](
#prometheus-logs
)
|
**{dotted-circle}**
No |
**{check-circle}**
Yes |
|
[
Puma
](
#puma-logs
)
|
**{check-circle}**
Yes |
**{check-circle}**
Yes |
|
[
Redis Logs
](
#redis-logs
)
|
**{dotted-circle}**
No |
**{check-circle}**
Yes |
...
...
@@ -1062,6 +1063,12 @@ For Omnibus GitLab installations, GitLab Exporter logs are in `/var/log/gitlab/g
For Omnibus GitLab installations, GitLab Kubernetes Agent Server logs are
in
`/var/log/gitlab/gitlab-kas/`
.
## Praefect Logs
For Omnibus GitLab installations, Praefect logs are in
`/var/log/gitlab/praefect/`
.
GitLab also tracks
[
Prometheus metrics for Praefect
](
gitaly/#monitor-gitaly-cluster
)
.
## Performance bar stats
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/48149) in GitLab 13.7.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment