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
# Redis exporter **(FREE SELF)**
2017-02-08 08:29:02 -05:00
2020-06-04 17:08:11 -04:00
The [Redis exporter ](https://github.com/oliver006/redis_exporter ) enables you to measure
various [Redis ](https://redis.io ) metrics. For more information on what is exported,
2020-03-30 23:07:51 -04:00
[read the upstream documentation ](https://github.com/oliver006/redis_exporter/blob/master/README.md#whats-exported ).
2017-02-08 08:29:02 -05:00
2020-10-08 20:08:41 -04:00
For installations from source you must install and configure it yourself.
2020-06-04 17:08:11 -04:00
2017-02-08 08:29:02 -05:00
To enable the Redis exporter:
2020-06-04 17:08:11 -04:00
1. [Enable Prometheus ](index.md#configuring-prometheus ).
1. Edit `/etc/gitlab/gitlab.rb` .
1. Add (or find and uncomment) the following line, making sure it's set to `true` :
2017-02-08 08:29:02 -05:00
2019-07-10 14:23:55 -04:00
```ruby
redis_exporter['enable'] = true
```
2017-02-08 08:29:02 -05:00
2020-03-30 23:07:51 -04:00
1. Save the file and [reconfigure GitLab ](../../restart_gitlab.md#omnibus-gitlab-reconfigure )
for the changes to take effect.
2017-02-08 08:29:02 -05:00
2020-11-18 10:09:08 -05:00
Prometheus begins collecting performance data from
2020-06-04 17:08:11 -04:00
the Redis exporter exposed at `localhost:9121` .