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
b2ee0910
Commit
b2ee0910
authored
Dec 06, 2021
by
Rémi REY
Committed by
Peter Leitzen
Dec 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an explicit mention of puma external Prometheus setup page
parent
6b591ca2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/administration/monitoring/prometheus/index.md
doc/administration/monitoring/prometheus/index.md
+7
-1
No files found.
doc/administration/monitoring/prometheus/index.md
View file @
b2ee0910
...
...
@@ -259,9 +259,10 @@ To use an external Prometheus server:
-
1.1.1.1:9229
-
job_name
:
gitlab-rails
metrics_path
:
"
/-/metrics"
scheme
:
https
static_configs
:
-
targets
:
-
1.1.1.1
:8080
-
1.1.1.1
-
job_name
:
gitlab-sidekiq
static_configs
:
-
targets
:
...
...
@@ -287,6 +288,11 @@ To use an external Prometheus server:
-
1.1.1.1:9236
```
WARNING:
The
`gitlab-rails`
job in the snippet assumes that GitLab is reachable through HTTPS. If your
deployment doesn't use HTTPS, the job configuration is adapted to use the
`http`
scheme and port
80.
1.
Reload the Prometheus server.
## Viewing performance metrics
...
...
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