diff options
author | Rémy Coutable <remy@rymai.me> | 2017-02-24 15:24:57 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-02-24 15:24:57 +0000 |
commit | 24fde746c7dc3a30e7455525078d537c76e247f6 (patch) | |
tree | 7603a8b8708d18fb9bf138bb08289109d4693d6c /doc | |
parent | 7fa802d286dfb5a032239fb00e0f3364e0d9f5ed (diff) | |
parent | 631d3c6baa5501b7aeb871d07e9894ab4ab917b6 (diff) | |
download | gitlab-ce-24fde746c7dc3a30e7455525078d537c76e247f6.tar.gz |
Merge branch 'issue-28619' into 'master'
Use correct GitLab Prometheus exporter name in docs
Closes #28619
See merge request !9503
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md b/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md index 86ef9d167e2..edb9c911aac 100644 --- a/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md +++ b/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md @@ -13,7 +13,7 @@ To enable the GitLab monitor exporter: 1. Add or find and uncomment the following line, making sure it's set to `true`: ```ruby - gitlab_monitor_exporter['enable'] = true + gitlab_monitor['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to |