summaryrefslogtreecommitdiff
path: root/doc/administration/monitoring/performance/gitlab_configuration.md
blob: eb9dab1af5915c39c826248762ac546c353e82fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
stage: Monitor
group: Health
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---

# GitLab Configuration

GitLab Performance Monitoring is disabled by default. To enable it and change any of its
settings:

1. Navigate to **Admin Area > Settings > Metrics and profiling**
  (`/admin/application_settings/metrics_and_profiling`):

   ![GitLab Performance Monitoring Administration Settings](img/metrics_gitlab_configuration_settings.png)

1. You must restart all GitLab processes for the changes to take effect:

   - For Omnibus GitLab installations: `sudo gitlab-ctl restart`
   - For installations from source: `sudo service gitlab restart`

## Pending Migrations

When any migrations are pending, the metrics are disabled until the migrations
have been performed.

Read more on:

- [Introduction to GitLab Performance Monitoring](index.md)
- [Grafana Install/Configuration](grafana_configuration.md)