gitlab-org--gitlab-foss/doc/administration/monitoring/performance/gitlab_configuration.md

35 lines
1.0 KiB
Markdown
Raw Normal View History

---
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
---
2016-09-25 10:16:14 +00:00
# GitLab Configuration
GitLab Performance Monitoring is disabled by default. To enable it and change any of its
settings, navigate to **Admin Area > Settings > Metrics and profiling**
(`/admin/application_settings/metrics_and_profiling`).
2016-09-25 10:16:14 +00:00
![GitLab Performance Monitoring Admin Settings](img/metrics_gitlab_configuration_settings.png)
Finally, a restart of all GitLab processes is required for the changes to take
effect:
```shell
2016-09-25 10:16:14 +00:00
# For Omnibus 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)
2016-09-25 10:16:14 +00:00
- [Grafana Install/Configuration](grafana_configuration.md)