929 B
929 B
| stage | group | info |
|---|---|---|
| Package | Package Registry | To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments |
Registry exporter (FREE SELF)
The Registry exporter allows you to measure various Registry metrics. To enable it:
-
Edit
/etc/gitlab/gitlab.rband enable debug mode for the Registry:registry['debug_addr'] = "localhost:5001" # localhost:5001/metrics -
Save the file and reconfigure GitLab for the changes to take effect.
Prometheus automatically begins collecting performance data from
the registry exporter exposed under localhost:5001/metrics.