Reminder to all repository users: Please do not add , commit and push any data files to your remote git repositories. The disk space the Git server is limited, it wasn't dimensioned to host anything else than code. Solely your code files need versioning. The data inputs/outputs don't. A good idea is to do "git add" individually on each file you want to commit, to avoid versioning unwanted content.

GitLab Configuration

GitLab Performance Monitoring is disabled by default. To enable it and change any of its settings, navigate to the Admin area in Settings > Metrics (/admin/application_settings).

The minimum required settings you need to set are the InfluxDB host and port. Make sure Enable InfluxDB Metrics is checked and hit Save to save the changes.


GitLab Performance Monitoring Admin Settings


Finally, a restart of all GitLab processes is required for the changes to take effect:

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