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
84345a7b
Commit
84345a7b
authored
Oct 11, 2019
by
Marcel Amirault
Committed by
Achilleas Pipinellis
Oct 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add redirect and renaming note for exporter
parent
de3f9966
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
doc/administration/monitoring/prometheus/gitlab_exporter.md
doc/administration/monitoring/prometheus/gitlab_exporter.md
+11
-12
doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
...stration/monitoring/prometheus/gitlab_monitor_exporter.md
+5
-0
No files found.
doc/administration/monitoring/prometheus/gitlab_exporter.md
View file @
84345a7b
# GitLab exporter
>**Note:**
Available since
[
Omnibus GitLab 8.17
][
1132
]
. For installations from source
you'll have to install and configure it yourself.
>- Available since [Omnibus GitLab 8.17](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1132).
>- Renamed from `GitLab monitor exporter` to `GitLab exporter` in [GitLab 12.3](https://gitlab.com/gitlab-org/gitlab/merge_requests/16511).
The [GitLab exporter] allows you to measure various GitLab metrics, pulled from Redis and the database.
The
[
GitLab exporter
](
https://gitlab.com/gitlab-org/gitlab-exporter
)
allows you to
measure various GitLab metrics, pulled from Redis and the database, in Omnibus GitLab
instances.
To enable the GitLab exporter:
NOTE:
**Note:**
For installations from source you'll have to install and configure it yourself.
To enable the GitLab exporter in an Omnibus GitLab instance:
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
1.
Edit
`/etc/gitlab/gitlab.rb`
...
...
@@ -16,15 +20,10 @@ To enable the GitLab exporter:
gitlab_exporter
[
'enable'
]
=
true
```
1.
Save the file and
[
reconfigure GitLab
]
[
reconfigure
]
for the changes to
take effect
1.
Save the file and
[
reconfigure GitLab
]
(
../../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to
take effect
Prometheus will now automatically begin collecting performance data from
the GitLab exporter exposed under
`localhost:9168`
.
[
← Back to the main Prometheus page
](
index.md
)
[
1132
]:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1132
[
GitLab exporter
]:
https://gitlab.com/gitlab-org/gitlab-exporter
[
prometheus
]:
https://prometheus.io
[
reconfigure
]:
../../restart_gitlab.md#omnibus-gitlab-reconfigure
doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
0 → 100644
View file @
84345a7b
---
redirect_to
:
'
gitlab_exporter.md'
---
This document was moved to
[
another location
](
gitlab_exporter.md
)
.
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