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
88132164
Commit
88132164
authored
Jul 14, 2021
by
Changzheng Liu
Committed by
Marcia Ramos
Jul 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to config Prometheus when deploying from source code
parent
1b4c2032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/install/installation.md
doc/install/installation.md
+11
-0
No files found.
doc/install/installation.md
View file @
88132164
...
...
@@ -1004,6 +1004,17 @@ Using Sidekiq directly is still supported until 14.0. So if you're experiencing
1.
Restart GitLab.
1.
[
Create an issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/-/new
)
describing the problem.
### Prometheus server setup
You can configure the Prometheus server in
`config/gitlab.yml`
:
```
yaml
# example
prometheus
:
enabled
:
true
server_address
:
'
10.1.2.3:9090'
```
## Troubleshooting
### "You appear to have cloned an empty repository."
...
...
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