diff options
author | Marcello <marcello.ceschia@gmail.com> | 2017-01-22 19:02:52 +0000 |
---|---|---|
committer | Marcello <marcello.ceschia@gmail.com> | 2017-01-22 19:02:52 +0000 |
commit | 184ba52f1210eda3f3995567f3a53d05ada24b9d (patch) | |
tree | 73fc3964bfcefb4244d3e37d4ae5357c3cadd1e7 /doc/administration | |
parent | 52a7112f6673ae73da8aad233b1d63583f221136 (diff) | |
download | gitlab-ce-184ba52f1210eda3f3995567f3a53d05ada24b9d.tar.gz |
correct the prometheus feature configuration according to https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/monitoring/performance/prometheus.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/performance/prometheus.md b/doc/administration/monitoring/performance/prometheus.md index d8ca531649a..51c63325064 100644 --- a/doc/administration/monitoring/performance/prometheus.md +++ b/doc/administration/monitoring/performance/prometheus.md @@ -30,7 +30,7 @@ To enable Prometheus: 1. Find and uncomment the following line, making sure it's set to `true`: ```ruby - node_exporter['enable'] = true + prometheus['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to |