summaryrefslogtreecommitdiff
path: root/doc/administration/monitoring/prometheus/redis_exporter.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/monitoring/prometheus/redis_exporter.md')
-rw-r--r--doc/administration/monitoring/prometheus/redis_exporter.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/monitoring/prometheus/redis_exporter.md b/doc/administration/monitoring/prometheus/redis_exporter.md
index d54d409dbb6..1520115a38d 100644
--- a/doc/administration/monitoring/prometheus/redis_exporter.md
+++ b/doc/administration/monitoring/prometheus/redis_exporter.md
@@ -13,9 +13,9 @@ To enable the Redis exporter:
1. Edit `/etc/gitlab/gitlab.rb`
1. Add or find and uncomment the following line, making sure it's set to `true`:
- ```ruby
- redis_exporter['enable'] = true
- ```
+ ```ruby
+ redis_exporter['enable'] = true
+ ```
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
take effect