Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_configuration.md « performance « monitoring « administration « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd4481434a6a9d6c6158f3ca11fe22a5c0e2ed58 (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/#assignments
---

# 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)