diff options
author | Lukas Raska <lukas@raska.me> | 2017-02-24 07:50:45 +0100 |
---|---|---|
committer | Lukas Raska <lukas@raska.me> | 2017-02-24 07:50:45 +0100 |
commit | 631d3c6baa5501b7aeb871d07e9894ab4ab917b6 (patch) | |
tree | c030164879fe7ea03db4a8370a30303cd6b3ad22 | |
parent | c5b29ed6f36779dbb96f4cdc7b1b0bce8bb8dc5e (diff) | |
download | gitlab-ce-631d3c6baa5501b7aeb871d07e9894ab4ab917b6.tar.gz |
Use correct GitLab Prometheus exporter name in docs
-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 |