2020-05-07 17:09:26 -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-05-07 17:09:26 -04:00
---
2021-01-28 01:08:59 -05:00
# Registry exporter **(FREE SELF)**
2019-12-05 16:07:40 -05:00
2020-02-06 10:09:11 -05:00
> [Introduced](https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/2884) in GitLab 11.9.
2019-12-05 16:07:40 -05:00
The Registry exporter allows you to measure various Registry metrics.
To enable it:
1. [Enable Prometheus ](index.md#configuring-prometheus ).
1. Edit `/etc/gitlab/gitlab.rb` and enable [debug mode ](https://docs.docker.com/registry/#debug ) for the Registry:
```ruby
registry['debug_addr'] = "localhost:5001" # localhost:5001/metrics
```
1. Save the file and [reconfigure GitLab ](../../restart_gitlab.md#omnibus-gitlab-reconfigure )
for the changes to take effect.
2020-11-18 10:09:08 -05:00
Prometheus automatically begins collecting performance data from
2019-12-05 16:07:40 -05:00
the registry exporter exposed under `localhost:5001/metrics` .
[← Back to the main Prometheus page ](index.md )