2020-06-03 23:08:05 -04:00
---
stage: Monitor
2021-03-18 11:09:04 -04:00
group: Monitor
2020-11-26 01:09:20 -05:00
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
2020-06-03 23:08:05 -04:00
---
2021-01-28 01:08:59 -05:00
# GitLab Configuration **(FREE SELF)**
2016-09-25 06:16:14 -04:00
GitLab Performance Monitoring is disabled by default. To enable it and change any of its
2020-11-05 22:09:19 -05:00
settings:
2016-09-25 06:16:14 -04:00
2021-06-15 14:09:57 -04:00
1. On the top bar, select **Menu >** ** {admin}** **Admin** .
1. On the left sidebar, select **Settings > Metrics and profiling**
2021-01-19 16:10:45 -05:00
(`/admin/application_settings/metrics_and_profiling`).
1. Add the necessary configuration changes.
1. Restart all GitLab for the changes to take effect:
2016-09-25 06:16:14 -04:00
2020-11-05 22:09:19 -05:00
- For Omnibus GitLab installations: `sudo gitlab-ctl restart`
- For installations from source: `sudo service gitlab restart`
2016-09-25 06:16:14 -04:00
2021-01-19 16:10:45 -05:00
NOTE:
Removed [in GitLab 13.0 ](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30786 ). Use the
[Prometheus integration ](../prometheus/index.md ) instead.
## Pending migrations
2016-09-25 06:16:14 -04:00
When any migrations are pending, the metrics are disabled until the migrations
have been performed.
Read more on:
2019-12-20 04:24:38 -05:00
- [Introduction to GitLab Performance Monitoring ](index.md )
2016-09-25 06:16:14 -04:00
- [Grafana Install/Configuration ](grafana_configuration.md )