debian-mirror-gitlab/doc/administration/monitoring/performance/gitlab_configuration.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
stage: Monitor
2021-04-29 21:17:54 +05:30
group: Monitor
2021-02-22 17:27:13 +05:30
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-23 00:09:42 +05:30
---
2021-03-11 19:13:27 +05:30
# GitLab Configuration **(FREE SELF)**
2016-11-03 12:29:30 +05:30
GitLab Performance Monitoring is disabled by default. To enable it and change any of its
2021-01-29 00:20:46 +05:30
settings:
2016-11-03 12:29:30 +05:30
2021-11-11 11:23:49 +05:30
1. On the top bar, select **Menu > Admin**.
2021-09-04 01:27:46 +05:30
1. On the left sidebar, select **Settings > Metrics and profiling**
2021-03-11 19:13:27 +05:30
(`/admin/application_settings/metrics_and_profiling`).
1. Add the necessary configuration changes.
1. Restart all GitLab for the changes to take effect:
2016-11-03 12:29:30 +05:30
2021-01-29 00:20:46 +05:30
- For Omnibus GitLab installations: `sudo gitlab-ctl restart`
- For installations from source: `sudo service gitlab restart`
2016-11-03 12:29:30 +05:30
2021-03-11 19:13:27 +05:30
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-11-03 12:29:30 +05:30
When any migrations are pending, the metrics are disabled until the migrations
have been performed.
Read more on:
2020-03-13 15:44:24 +05:30
- [Introduction to GitLab Performance Monitoring](index.md)
2016-11-03 12:29:30 +05:30
- [Grafana Install/Configuration](grafana_configuration.md)